Color Hex Logo

#fbcdd9 Color Hex

#FBCDD9
(251,205,217)
0 Favorites   0 Comments

Color spaces of #fbcdd9

RGB 251205217
HSL0.960.850.89
HSV344°18°98°
CMYK 0.000.180.14   0.02
XYZ74.139469.181675.0915
Yxy69.18160.33940.3167
Hunter Lab83.175513.55094.6953
CIE-Lab86.593918.04880.1845

#fbcdd9 color RGB value is (251,205,217).

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

The process color (four color CMYK) of #fbcdd9 color hex is 0.00, 0.18, 0.14, 0.02. Web safe color of #fbcdd9 is #ffcccc. Color #fbcdd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 11011001
Octal 373 315 331
Decimal 251 205 217
Hex FB CD D9

RGB Percentages of Color #fbcdd9

%37.30
%30.46
%32.24

CMYK Percentages of Color #fbcdd9

%0
%18
%14
%2

Triadic Colors of #fbcdd9

#fbcdd9 #d9fbcd #cdd9fb

Analogous Colors of #fbcdd9

#fbcdd9 #fbd8cd #fbcdf0

Monochromatic Colors of #fbcdd9

#fbcdd9

Complementary Color

#fbcdd9 #cdfbef

#fbcdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcdd9 Color CSS Codes

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

#fbcdd9 Text Font Color

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

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


#fbcdd9 Background Color

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

This div background color is #fbcdd9


#fbcdd9 Border Color

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

This div border color is #fbcdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcdd9


Comments

No comments written yet.

Please login to write comment.