#F9D1CC

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

Shades of Cosmos #F9D1CC

Tints of Cosmos #F9D1CC

Color information

#F9D1CC (or 0xF9D1CC) is unknown color: approx Cosmos. HEX triplet: F9, D1 and CC. RGB value is (249,209,204). Sum of RGB (Red+Green+Blue) = 249+209+204=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D1CC is #062E33. Grayscale: #DCDCDC. Windows color (decimal): -405044 or 13423097. OLE color: 13423097.

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

Color convert

RGB249209204-
CMYK00.160.180.02
HSL6.67º78.95%88.82%-
HSV(B)6.67º18.07%97.65%-
XYZ72.7770.166.82-
YUV220.39118.75148.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.61%
GREEN value IS 209 (82.03% from 255) = 31.57%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=37.61%
G=31.57%
B=30.82%

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
Decimal24920920400.160.180.026.6778.9588.82
HexF9D1CC01012274f59
Octal3713213140202227117131
Binary111110011101000111001100010000100101011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D1CC; }

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

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

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

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

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

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

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

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