Color Hex Logo

#febbca Color Hex

#FEBBCA
(254,187,202)
0 Favorites   0 Comments

Color spaces of #febbca

RGB 254187202
HSL0.960.970.86
HSV347°26°100°
CMYK 0.000.260.20   0.00
XYZ69.304060.875763.9746
Yxy60.87570.35700.3135
Hunter Lab78.022922.01306.0014
CIE-Lab82.311926.27381.9913

#febbca color RGB value is (254,187,202).

#febbca hex color red value is 254, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #febbca hue: 0.96 , saturation: 0.97 and the lightness value of febbca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11001010
Octal 376 273 312
Decimal 254 187 202
Hex FE BB CA

RGB Percentages of Color #febbca

%39.50
%29.08
%31.42

CMYK Percentages of Color #febbca

%0
%26
%20
%0

Triadic Colors of #febbca

#febbca #cafebb #bbcafe

Analogous Colors of #febbca

#febbca #fecebb #febbec

Monochromatic Colors of #febbca

#febbca

Complementary Color

#febbca #bbfeef

#febbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbca Color CSS Codes

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

#febbca Text Font Color

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

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


#febbca Background Color

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

This div background color is #febbca


#febbca Border Color

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

This div border color is #febbca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,187,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #febbca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #febbca;
  -webkit-box-shadow: 1px 1px 3px 2px #febbca;
  box-shadow:         1px 1px 3px 2px #febbca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,187,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbca


Comments

No comments written yet.

Please login to write comment.