#F9D4CD

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

Shades of Cosmos #F9D4CD

Tints of Cosmos #F9D4CD

Color information

#F9D4CD (or 0xF9D4CD) is unknown color: approx Cosmos. HEX triplet: F9, D4 and CD. RGB value is (249,212,205). Sum of RGB (Red+Green+Blue) = 249+212+205=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D4CD is #062B32. Grayscale: #DEDEDE. Windows color (decimal): -404275 or 13489401. OLE color: 13489401.

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

Color convert

RGB249212205-
CMYK00.150.180.02
HSL9.55º78.57%89.02%-
HSV(B)9.55º17.67%97.65%-
XYZ73.6371.6367.7-
YUV222.26118.26147.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.39%
GREEN value IS 212 (83.20% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 30.78%
R=37.39%
G=31.83%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921220500.150.180.029.5578.5789.02
HexF9D4CD0F122a4f59
Octal37132431501722212117131
Binary111110011101010011001101011111001010101010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D4CD; }

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

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

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

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

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

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

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

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