Color Hex Logo

#fbccda Color Hex

#FBCCDA
(251,204,218)
0 Favorites   0 Comments

Color spaces of #fbccda

RGB 251204218
HSL0.950.850.89
HSV342°19°98°
CMYK 0.000.190.13   0.02
XYZ74.031468.756975.6992
Yxy68.75690.33880.3147
Hunter Lab82.919814.25653.9168
CIE-Lab86.383518.7320-0.6536

#fbccda color RGB value is (251,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 11011010
Octal 373 314 332
Decimal 251 204 218
Hex FB CC DA

RGB Percentages of Color #fbccda

%37.30
%30.31
%32.39

CMYK Percentages of Color #fbccda

%0
%19
%13
%2

Triadic Colors of #fbccda

#fbccda #dafbcc #ccdafb

Analogous Colors of #fbccda

#fbccda #fbd6cc #fbccf2

Monochromatic Colors of #fbccda

#fbccda

Complementary Color

#fbccda #ccfbed

#fbccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbccda Color CSS Codes

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

#fbccda Text Font Color

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

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


#fbccda Background Color

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

This div background color is #fbccda


#fbccda Border Color

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

This div border color is #fbccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbccda


Comments

No comments written yet.

Please login to write comment.