#F9D2CD

Color #F9D2CD Cosmos (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmos #F9D2CD

Tints of Cosmos #F9D2CD

Color information

#F9D2CD (or 0xF9D2CD) is unknown color: approx Cosmos. HEX triplet: F9, D2 and CD. RGB value is (249,210,205). Sum of RGB (Red+Green+Blue) = 249+210+205=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D2CD is #062D32. Grayscale: #DDDDDD. Windows color (decimal): -404787 or 13488889. OLE color: 13488889.

HSL color Cylindrical-coordinate representation of color #F9D2CD: hue angle of 6.82º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9D2CD is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249210205-
CMYK00.160.180.02
HSL6.82º78.57%89.02%-
HSV(B)6.82º17.67%97.65%-
XYZ73.1370.6467.54-
YUV221.09118.92147.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 37.5%
GREEN value IS 210 (82.42% from 255) = 31.63%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=37.5%
G=31.63%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921020500.160.180.026.8278.5789.02
HexF9D2CD01012274f59
Octal3713223150202227117131
Binary111110011101001011001101010000100101011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D2CD; }

 p { color: rgb(249,210,205); }

 H1.HeaderClassName
 {
   color: #F9D2CD;
 }
 .AnyTagClassName
 {
   color: #F9D2CD;
 }
</style>
background-color css

<style>
 a { background-color: #F9D2CD; }

 a { background-color: rgb(249,210,205); }

 div.DivClassName
 {
   background-color: #F9D2CD;
 }
 .BgClassName
 {
   background-color: #F9D2CD;
 }
</style>
border-color css

<style>
 span { border-color: #F9D2CD; }

 span { border-color: rgb(249,210,205); }

 td.TdClassName
 {
   border-color: #F9D2CD;
 }
 .TagClassName
 {
   border-color: #F9D2CD;
 }
</style>