#F9F1CC

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

Shades of China Ivory #F9F1CC

Tints of China Ivory #F9F1CC

Color information

#F9F1CC (or 0xF9F1CC) is unknown color: approx China Ivory. HEX triplet: F9, F1 and CC. RGB value is (249,241,204). Sum of RGB (Red+Green+Blue) = 249+241+204=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 204 (80.08% from 255 or 29.39% from 694); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F1CC is #060E33. Grayscale: #EFEFEF. Windows color (decimal): -396852 or 13431289. OLE color: 13431289.

HSL color Cylindrical-coordinate representation of color #F9F1CC: hue angle of 49.33º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9F1CC is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB249241204-
CMYK00.030.180.02
HSL49.33º78.95%88.82%-
HSV(B)49.33º18.07%97.65%-
XYZ81.4287.4169.71-
YUV239.17108.15135.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.88%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 204 (80.08% from 255) = 29.39%
R=35.88%
G=34.73%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924120400.030.180.0249.3378.9588.82
HexF9F1CC03122314f59
Octal3713613140322261117131
Binary111110011111000111001100011100101011000110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F1CC; }

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

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

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

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

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

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

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

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