Color Hex Logo

#fab8cb Color Hex

#FAB8CB
(250,184,203)
0 Favorites   0 Comments

Color spaces of #fab8cb

RGB 250184203
HSL0.950.870.85
HSV343°26°98°
CMYK 0.000.260.19   0.02
XYZ67.344358.916864.3226
Yxy58.91680.35340.3091
Hunter Lab76.757322.28484.0451
CIE-Lab81.245826.5863-0.1499

#fab8cb color RGB value is (250,184,203).

#fab8cb hex color red value is 250, green value is 184 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fab8cb hue: 0.95 , saturation: 0.87 and the lightness value of fab8cb is 0.85.

The process color (four color CMYK) of #fab8cb color hex is 0.00, 0.26, 0.19, 0.02. Web safe color of #fab8cb is #ffcccc. Color #fab8cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111000 11001011
Octal 372 270 313
Decimal 250 184 203
Hex FA B8 CB

RGB Percentages of Color #fab8cb

%39.25
%28.89
%31.87

CMYK Percentages of Color #fab8cb

%0
%26
%19
%2

Triadic Colors of #fab8cb

#fab8cb #cbfab8 #b8cbfa

Analogous Colors of #fab8cb

#fab8cb #fac6b8 #fab8ec

Monochromatic Colors of #fab8cb

#fab8cb

Complementary Color

#fab8cb #b8fae7

#fab8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab8cb Color CSS Codes

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

#fab8cb Text Font Color

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

This sample text font color is #fab8cb
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.


#fab8cb Background Color

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

This div background color is #fab8cb


#fab8cb Border Color

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

This div border color is #fab8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab8cb


Comments

No comments written yet.

Please login to write comment.