#F9D5CF

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

Shades of Cosmos #F9D5CF

Tints of Cosmos #F9D5CF

Color information

#F9D5CF (or 0xF9D5CF) is unknown color: approx Cosmos. HEX triplet: F9, D5 and CF. RGB value is (249,213,207). Sum of RGB (Red+Green+Blue) = 249+213+207=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D5CF is #062A30. Grayscale: #DFDFDF. Windows color (decimal): -404017 or 13620729. OLE color: 13620729.

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

Color convert

RGB249213207-
CMYK00.140.170.02
HSL8.57º77.78%89.41%-
HSV(B)8.57º16.87%97.65%-
XYZ74.1272.2369.07-
YUV223.08118.93146.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.22%
GREEN value IS 213 (83.59% from 255) = 31.84%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=37.22%
G=31.84%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921320700.140.170.028.5777.7889.41
HexF9D5CF0E11294e59
Octal37132531701621211116131
Binary111110011101010111001111011101000110100110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D5CF; }

 p { color: rgb(249,213,207); }

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

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

 a { background-color: rgb(249,213,207); }

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

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

 span { border-color: rgb(249,213,207); }

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