Color Hex Logo

#febbcf Color Hex

#FEBBCF
(254,187,207)
0 Favorites   0 Comments

Color spaces of #febbcf

RGB 254187207
HSL0.950.970.86
HSV342°26°100°
CMYK 0.000.260.19   0.00
XYZ69.905961.116567.1437
Yxy61.11650.35280.3084
Hunter Lab78.177022.80483.8017
CIE-Lab82.441327.0149-0.5071

#febbcf color RGB value is (254,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 11001111
Octal 376 273 317
Decimal 254 187 207
Hex FE BB CF

RGB Percentages of Color #febbcf

%39.20
%28.86
%31.94

CMYK Percentages of Color #febbcf

%0
%26
%19
%0

Triadic Colors of #febbcf

#febbcf #cffebb #bbcffe

Analogous Colors of #febbcf

#febbcf #fec9bb #febbf1

Monochromatic Colors of #febbcf

#febbcf

Complementary Color

#febbcf #bbfeea

#febbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#febbcf Color CSS Codes

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

#febbcf Text Font Color

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

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


#febbcf Background Color

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

This div background color is #febbcf


#febbcf Border Color

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

This div border color is #febbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febbcf


Comments

No comments written yet.

Please login to write comment.