Color Hex Logo

#fbccd1 Color Hex

#FBCCD1
(251,204,209)
0 Favorites   0 Comments

Color spaces of #fbccd1

RGB 251204209
HSL0.980.850.89
HSV354°19°98°
CMYK 0.000.190.17   0.02
XYZ72.885268.298469.6630
Yxy68.29840.34570.3239
Hunter Lab82.642812.79957.8721
CIE-Lab86.155417.32853.7935

#fbccd1 color RGB value is (251,204,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 11010001
Octal 373 314 321
Decimal 251 204 209
Hex FB CC D1

RGB Percentages of Color #fbccd1

%37.80
%30.72
%31.48

CMYK Percentages of Color #fbccd1

%0
%19
%17
%2

Triadic Colors of #fbccd1

#fbccd1 #d1fbcc #ccd1fb

Analogous Colors of #fbccd1

#fbccd1 #fbdfcc #fbcce9

Monochromatic Colors of #fbccd1

#fbccd1

Complementary Color

#fbccd1 #ccfbf6

#fbccd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbccd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbccd1 Color CSS Codes

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

#fbccd1 Text Font Color

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

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


#fbccd1 Background Color

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

This div background color is #fbccd1


#fbccd1 Border Color

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

This div border color is #fbccd1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,204,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 #fbccd1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbccd1


Comments

No comments written yet.

Please login to write comment.