Color Hex Logo

#f9cbcd Color Hex

#F9CBCD
(249,203,205)
3 Favorites   0 Comments

Color spaces of #f9cbcd

RGB 249203205
HSL0.990.790.89
HSV357°18°98°
CMYK 0.000.180.18   0.02
XYZ71.442367.259466.9746
Yxy67.25940.34740.3270
Hunter Lab82.011811.97468.9894
CIE-Lab85.634816.53265.1419

#f9cbcd color RGB value is (249,203,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001011 11001101
Octal 371 313 315
Decimal 249 203 205
Hex F9 CB CD

RGB Percentages of Color #f9cbcd

%37.90
%30.90
%31.20

CMYK Percentages of Color #f9cbcd

%0
%18
%18
%2

Triadic Colors of #f9cbcd

#f9cbcd #cdf9cb #cbcdf9

Analogous Colors of #f9cbcd

#f9cbcd #f9e0cb #f9cbe4

Monochromatic Colors of #f9cbcd

#f9cbcd

Complementary Color

#f9cbcd #cbf9f7

#f9cbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cbcd Color CSS Codes

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

#f9cbcd Text Font Color

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

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


#f9cbcd Background Color

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

This div background color is #f9cbcd


#f9cbcd Border Color

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

This div border color is #f9cbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cbcd


Comments

No comments written yet.

Please login to write comment.