Color Hex Logo

#fbcbc9 Color Hex

#FBCBC9
(251,203,201)
0 Favorites   0 Comments

Color spaces of #fbcbc9

RGB 251203201
HSL0.010.860.89
HSV20°98°
CMYK 0.000.190.20   0.02
XYZ71.682267.438164.4971
Yxy67.43810.35200.3312
Hunter Lab82.120712.099310.9185
CIE-Lab85.724716.65337.4207

#fbcbc9 color RGB value is (251,203,201).

#fbcbc9 hex color red value is 251, green value is 203 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #fbcbc9 hue: 0.01 , saturation: 0.86 and the lightness value of fbcbc9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 11001001
Octal 373 313 311
Decimal 251 203 201
Hex FB CB C9

RGB Percentages of Color #fbcbc9

%38.32
%30.99
%30.69

CMYK Percentages of Color #fbcbc9

%0
%19
%20
%2

Triadic Colors of #fbcbc9

#fbcbc9 #c9fbcb #cbc9fb

Analogous Colors of #fbcbc9

#fbcbc9 #fbe4c9 #fbc9e0

Monochromatic Colors of #fbcbc9

#fbcbc9

Complementary Color

#fbcbc9 #c9f9fb

#fbcbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbc9 Color CSS Codes

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

#fbcbc9 Text Font Color

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

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


#fbcbc9 Background Color

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

This div background color is #fbcbc9


#fbcbc9 Border Color

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

This div border color is #fbcbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbc9


Comments

No comments written yet.

Please login to write comment.