Color Hex Logo

#fbcfeb Color Hex

#FBCFEB
(251,207,235)
0 Favorites   0 Comments

Color spaces of #fbcfeb

RGB 251207235
HSL0.890.850.90
HSV322°18°98°
CMYK 0.000.180.06   0.02
XYZ77.091971.133088.2641
Yxy71.13300.32600.3008
Hunter Lab84.340415.5635-3.0100
CIE-Lab87.549619.9599-7.9487

#fbcfeb color RGB value is (251,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 11101011
Octal 373 317 353
Decimal 251 207 235
Hex FB CF EB

RGB Percentages of Color #fbcfeb

%36.22
%29.87
%33.91

CMYK Percentages of Color #fbcfeb

%0
%18
%6
%2

Triadic Colors of #fbcfeb

#fbcfeb #ebfbcf #cfebfb

Analogous Colors of #fbcfeb

#fbcfeb #fbcfd5 #f5cffb

Monochromatic Colors of #fbcfeb

#fbcfeb

Complementary Color

#fbcfeb #cffbdf

#fbcfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcfeb Color CSS Codes

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

#fbcfeb Text Font Color

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

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


#fbcfeb Background Color

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

This div background color is #fbcfeb


#fbcfeb Border Color

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

This div border color is #fbcfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcfeb

#fbcfeb Color Palettes


Comments

No comments written yet.

Please login to write comment.