Color Hex Logo

#f4cbff Color Hex

#F4CBFF
(244,203,255)
0 Favorites   0 Comments

Color spaces of #f4cbff

RGB 244203255
HSL0.801.000.90
HSV287°20°100°
CMYK 0.040.200.00   0.00
XYZ76.714269.1650103.9146
Yxy69.16500.30710.2769
Hunter Lab83.165519.1138-15.8665
CIE-Lab86.585723.3519-20.0386

#f4cbff color RGB value is (244,203,255).

#f4cbff hex color red value is 244, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f4cbff hue: 0.80 , saturation: 1.00 and the lightness value of f4cbff is 0.90.

The process color (four color CMYK) of #f4cbff color hex is 0.04, 0.20, 0.00, 0.00. Web safe color of #f4cbff is #ffccff. Color #f4cbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001011 11111111
Octal 364 313 377
Decimal 244 203 255
Hex F4 CB FF

RGB Percentages of Color #f4cbff

%34.76
%28.92
%36.32

CMYK Percentages of Color #f4cbff

%4
%20
%0
%0

Triadic Colors of #f4cbff

#f4cbff #fff4cb #cbfff4

Analogous Colors of #f4cbff

#f4cbff #ffcbf0 #dacbff

Monochromatic Colors of #f4cbff

#f4cbff

Complementary Color

#f4cbff #d6ffcb

#f4cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cbff Color CSS Codes

.mybgcolor {background-color:#f4cbff; } 
.myforecolor {color:#f4cbff; }
.mybordercolor {border:3px solid #f4cbff; }

#f4cbff Text Font Color

<p style="color:#f4cbff">Text here</p>

This sample text font color is #f4cbff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f4cbff Background Color

<div style="background-color:#f4cbff">
Div content here</div>

This div background color is #f4cbff


#f4cbff Border Color

<div style="border:3px solid #f4cbff">
Div here</div>

This div border color is #f4cbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,203,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4cbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4cbff;
  -webkit-box-shadow: 1px 1px 3px 2px #f4cbff;
  box-shadow:         1px 1px 3px 2px #f4cbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,203,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f4cbff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f4cbff;
  -webkit-box-shadow: 1px 1px 3px 2px #f4cbff;
  box-shadow:         1px 1px 3px 2px #f4cbff;">
Div content here</div>

This div box has shadow with color #f4cbff

#f4cbff Color Palettes


Comments

No comments written yet.

Please login to write comment.