#F9F0CE

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

Shades of China Ivory #F9F0CE

Tints of China Ivory #F9F0CE

Color information

#F9F0CE (or 0xF9F0CE) is unknown color: approx China Ivory. HEX triplet: F9, F0 and CE. RGB value is (249,240,206). Sum of RGB (Red+Green+Blue) = 249+240+206=695 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.83% from 695); Green value is 240 (94.14% from 255 or 34.53% from 695); Blue value is 206 (80.86% from 255 or 29.64% from 695); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F0CE is #060F31. Grayscale: #EEEEEE. Windows color (decimal): -397106 or 13562105. OLE color: 13562105.

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

Color convert

RGB249240206-
CMYK00.040.170.02
HSL47.44º78.18%89.22%-
HSV(B)47.44º17.27%97.65%-
XYZ81.3786.9270.88-
YUV238.82109.48135.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.83%
GREEN value IS 240 (94.14% from 255) = 34.53%
BLUE value IS 206 (80.86% from 255) = 29.64%
R=35.83%
G=34.53%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924020600.040.170.0247.4478.1889.22
HexF9F0CE041122f4e59
Octal3713603160421257116131
Binary1111100111110000110011100100100011010111110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F0CE; }

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

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

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

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

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

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

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

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