Color Hex Logo

#fbcdd1 Color Hex

#FBCDD1
(251,205,209)
0 Favorites   0 Comments

Color spaces of #fbcdd1

RGB 251205209
HSL0.990.850.89
HSV355°18°98°
CMYK 0.000.180.17   0.02
XYZ73.123668.775369.7425
Yxy68.77530.34550.3250
Hunter Lab82.930912.26188.1904
CIE-Lab86.392716.80454.1370

#fbcdd1 color RGB value is (251,205,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 11010001
Octal 373 315 321
Decimal 251 205 209
Hex FB CD D1

RGB Percentages of Color #fbcdd1

%37.74
%30.83
%31.43

CMYK Percentages of Color #fbcdd1

%0
%18
%17
%2

Triadic Colors of #fbcdd1

#fbcdd1 #d1fbcd #cdd1fb

Analogous Colors of #fbcdd1

#fbcdd1 #fbe0cd #fbcde8

Monochromatic Colors of #fbcdd1

#fbcdd1

Complementary Color

#fbcdd1 #cdfbf7

#fbcdd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcdd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcdd1 Color CSS Codes

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

#fbcdd1 Text Font Color

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

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


#fbcdd1 Background Color

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

This div background color is #fbcdd1


#fbcdd1 Border Color

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

This div border color is #fbcdd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcdd1

Related Colors


Comments

No comments written yet.

Please login to write comment.