#F9F1CE

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

Shades of China Ivory #F9F1CE

Tints of China Ivory #F9F1CE

Color information

#F9F1CE (or 0xF9F1CE) is unknown color: approx China Ivory. HEX triplet: F9, F1 and CE. RGB value is (249,241,206). Sum of RGB (Red+Green+Blue) = 249+241+206=696 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.78% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F1CE is #060E31. Grayscale: #EFEFEF. Windows color (decimal): -396850 or 13562361. OLE color: 13562361.

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

Color convert

RGB249241206-
CMYK00.030.170.02
HSL48.84º78.18%89.22%-
HSV(B)48.84º17.27%97.65%-
XYZ81.6687.5170.98-
YUV239.4109.15134.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.78%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 206 (80.86% from 255) = 29.60%
R=35.78%
G=34.63%
B=29.60%

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
Decimal24924120600.030.170.0248.8478.1889.22
HexF9F1CE03112314e59
Octal3713613160321261116131
Binary111110011111000111001110011100011011000110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F1CE; }

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

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

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

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

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

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

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

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