Color Hex Logo

#fbcdd2 Color Hex

#FBCDD2
(251,205,210)
0 Favorites   0 Comments

Color spaces of #fbcdd2

RGB 251205210
HSL0.980.850.89
HSV353°18°98°
CMYK 0.000.180.16   0.02
XYZ73.247868.825070.3967
Yxy68.82500.34470.3239
Hunter Lab82.960812.41987.7619
CIE-Lab86.417316.95743.6421

#fbcdd2 color RGB value is (251,205,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 11010010
Octal 373 315 322
Decimal 251 205 210
Hex FB CD D2

RGB Percentages of Color #fbcdd2

%37.69
%30.78
%31.53

CMYK Percentages of Color #fbcdd2

%0
%18
%16
%2

Triadic Colors of #fbcdd2

#fbcdd2 #d2fbcd #cdd2fb

Analogous Colors of #fbcdd2

#fbcdd2 #fbdfcd #fbcde9

Monochromatic Colors of #fbcdd2

#fbcdd2

Complementary Color

#fbcdd2 #cdfbf6

#fbcdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcdd2 Color CSS Codes

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

#fbcdd2 Text Font Color

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

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


#fbcdd2 Background Color

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

This div background color is #fbcdd2


#fbcdd2 Border Color

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

This div border color is #fbcdd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcdd2

#fbcdd2 Color Palettes


Comments

No comments written yet.

Please login to write comment.