#F9F2CE

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

Shades of China Ivory #F9F2CE

Tints of China Ivory #F9F2CE

Color information

#F9F2CE (or 0xF9F2CE) is unknown color: approx China Ivory. HEX triplet: F9, F2 and CE. RGB value is (249,242,206). Sum of RGB (Red+Green+Blue) = 249+242+206=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2CE is #060D31. Grayscale: #F0F0F0. Windows color (decimal): -396594 or 13562617. OLE color: 13562617.

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

Color convert

RGB249242206-
CMYK00.030.170.02
HSL50.23º78.18%89.22%-
HSV(B)50.23º17.27%97.65%-
XYZ81.9688.171.08-
YUV239.99108.82134.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.72%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 206 (80.86% from 255) = 29.56%
R=35.72%
G=34.72%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924220600.030.170.0250.2378.1889.22
HexF9F2CE03112324e59
Octal3713623160321262116131
Binary111110011111001011001110011100011011001010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F2CE; }

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

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

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

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

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

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

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

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