#F9D3CE

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

Shades of Cosmos #F9D3CE

Tints of Cosmos #F9D3CE

Color information

#F9D3CE (or 0xF9D3CE) is unknown color: approx Cosmos. HEX triplet: F9, D3 and CE. RGB value is (249,211,206). Sum of RGB (Red+Green+Blue) = 249+211+206=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 211 (82.81% from 255 or 31.68% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D3CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D3CE is #062C31. Grayscale: #DDDDDD. Windows color (decimal): -404530 or 13554681. OLE color: 13554681.

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

Color convert

RGB249211206-
CMYK00.150.170.02
HSL6.98º78.18%89.22%-
HSV(B)6.98º17.27%97.65%-
XYZ73.571.1868.26-
YUV221.79119.09147.41-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.39%
GREEN value IS 211 (82.81% from 255) = 31.68%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=37.39%
G=31.68%
B=30.93%

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
Decimal24921120600.150.170.026.9878.1889.22
HexF9D3CE0F11274e59
Octal3713233160172127116131
Binary11111001110100111100111001111100011011110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D3CE; }

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

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

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

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

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

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

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

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