#F9D3CF

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

Shades of Cosmos #F9D3CF

Tints of Cosmos #F9D3CF

Color information

#F9D3CF (or 0xF9D3CF) is unknown color: approx Cosmos. HEX triplet: F9, D3 and CF. RGB value is (249,211,207). Sum of RGB (Red+Green+Blue) = 249+211+207=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D3CF is #062C30. Grayscale: #DDDDDD. Windows color (decimal): -404529 or 13620217. OLE color: 13620217.

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

Color convert

RGB249211207-
CMYK00.150.170.02
HSL5.71º77.78%89.41%-
HSV(B)5.71º16.87%97.65%-
XYZ73.6271.2368.9-
YUV221.91119.59147.33-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.33%
GREEN value IS 211 (82.81% from 255) = 31.63%
BLUE value IS 207 (81.25% from 255) = 31.03%
R=37.33%
G=31.63%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921120700.150.170.025.7177.7889.41
HexF9D3CF0F11264e59
Octal3713233170172126116131
Binary11111001110100111100111101111100011011010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D3CF; }

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

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

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

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

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

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

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

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