Color Hex Logo

#f9ccda Color Hex

#F9CCDA
(249,204,218)
0 Favorites   0 Comments

Color spaces of #f9ccda

RGB 249204218
HSL0.950.790.89
HSV341°18°98°
CMYK 0.000.180.12   0.02
XYZ73.314768.387475.6657
Yxy68.38740.33730.3146
Hunter Lab82.696713.52993.6386
CIE-Lab86.199818.0346-0.9442

#f9ccda color RGB value is (249,204,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001100 11011010
Octal 371 314 332
Decimal 249 204 218
Hex F9 CC DA

RGB Percentages of Color #f9ccda

%37.11
%30.40
%32.49

CMYK Percentages of Color #f9ccda

%0
%18
%12
%2

Triadic Colors of #f9ccda

#f9ccda #daf9cc #ccdaf9

Analogous Colors of #f9ccda

#f9ccda #f9d5cc #f9ccf1

Monochromatic Colors of #f9ccda

#f9ccda

Complementary Color

#f9ccda #ccf9eb

#f9ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ccda Color CSS Codes

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

#f9ccda Text Font Color

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

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


#f9ccda Background Color

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

This div background color is #f9ccda


#f9ccda Border Color

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

This div border color is #f9ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ccda


Comments

No comments written yet.

Please login to write comment.