#F9D2CC

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

Shades of Cosmos #F9D2CC

Tints of Cosmos #F9D2CC

Color information

#F9D2CC (or 0xF9D2CC) is unknown color: approx Cosmos. HEX triplet: F9, D2 and CC. RGB value is (249,210,204). Sum of RGB (Red+Green+Blue) = 249+210+204=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D2CC is #062D33. Grayscale: #DDDDDD. Windows color (decimal): -404788 or 13423353. OLE color: 13423353.

HSL color Cylindrical-coordinate representation of color #F9D2CC: hue angle of 8º 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 #F9D2CC is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249210204-
CMYK00.160.180.02
HSL78.95%88.82%-
HSV(B)18.07%97.65%-
XYZ73.0170.5966.9-
YUV220.98118.42147.99-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.56%
GREEN value IS 210 (82.42% from 255) = 31.67%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=37.56%
G=31.67%
B=30.77%

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
Decimal24921020400.160.180.02878.9588.82
HexF9D2CC01012284f59
Octal37132231402022210117131
Binary1111100111010010110011000100001001010100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D2CC; }

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

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

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

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

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

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

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

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