Color Hex Logo

#fbcfec Color Hex

#FBCFEC
(251,207,236)
0 Favorites   0 Comments

Color spaces of #fbcfec

RGB 251207236
HSL0.890.850.90
HSV320°18°98°
CMYK 0.000.180.06   0.02
XYZ77.236871.191089.0273
Yxy71.19100.32530.2998
Hunter Lab84.374815.7434-3.4970
CIE-Lab87.577720.1306-8.4361

#fbcfec color RGB value is (251,207,236).

#fbcfec hex color red value is 251, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fbcfec hue: 0.89 , saturation: 0.85 and the lightness value of fbcfec is 0.90.

The process color (four color CMYK) of #fbcfec color hex is 0.00, 0.18, 0.06, 0.02. Web safe color of #fbcfec is #ffccff. Color #fbcfec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 11101100
Octal 373 317 354
Decimal 251 207 236
Hex FB CF EC

RGB Percentages of Color #fbcfec

%36.17
%29.83
%34.01

CMYK Percentages of Color #fbcfec

%0
%18
%6
%2

Triadic Colors of #fbcfec

#fbcfec #ecfbcf #cfecfb

Analogous Colors of #fbcfec

#fbcfec #fbcfd6 #f4cffb

Monochromatic Colors of #fbcfec

#fbcfec

Complementary Color

#fbcfec #cffbde

#fbcfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcfec Color CSS Codes

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

#fbcfec Text Font Color

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

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


#fbcfec Background Color

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

This div background color is #fbcfec


#fbcfec Border Color

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

This div border color is #fbcfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcfec


Comments

No comments written yet.

Please login to write comment.