Color Hex Logo

#febfcb Color Hex

#FEBFCB
(254,191,203)
0 Favorites   0 Comments

Color spaces of #febfcb

RGB 254191203
HSL0.970.970.87
HSV349°25°100°
CMYK 0.000.250.20   0.00
XYZ70.283362.644264.8871
Yxy62.64420.35530.3167
Hunter Lab79.148119.99846.7966
CIE-Lab83.254824.31922.8244

#febfcb color RGB value is (254,191,203).

#febfcb hex color red value is 254, green value is 191 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #febfcb hue: 0.97 , saturation: 0.97 and the lightness value of febfcb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11001011
Octal 376 277 313
Decimal 254 191 203
Hex FE BF CB

RGB Percentages of Color #febfcb

%39.20
%29.48
%31.33

CMYK Percentages of Color #febfcb

%0
%25
%20
%0

Triadic Colors of #febfcb

#febfcb #cbfebf #bfcbfe

Analogous Colors of #febfcb

#febfcb #fed3bf #febfeb

Monochromatic Colors of #febfcb

#febfcb

Complementary Color

#febfcb #bffef2

#febfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfcb Color CSS Codes

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

#febfcb Text Font Color

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

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


#febfcb Background Color

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

This div background color is #febfcb


#febfcb Border Color

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

This div border color is #febfcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,191,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 #febfcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfcb

#febfcb Color Palettes


Comments

No comments written yet.

Please login to write comment.