#F9F1CB

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

Shades of China Ivory #F9F1CB

Tints of China Ivory #F9F1CB

Color information

#F9F1CB (or 0xF9F1CB) is unknown color: approx China Ivory. HEX triplet: F9, F1 and CB. RGB value is (249,241,203). Sum of RGB (Red+Green+Blue) = 249+241+203=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 203 (79.69% from 255 or 29.29% from 693); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F1CB is #060E34. Grayscale: #EFEFEF. Windows color (decimal): -396853 or 13365753. OLE color: 13365753.

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

Color convert

RGB249241203-
CMYK00.030.180.02
HSL49.57º79.31%88.63%-
HSV(B)49.57º18.47%97.65%-
XYZ81.387.3669.08-
YUV239.06107.65135.09-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.93%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 203 (79.69% from 255) = 29.29%
R=35.93%
G=34.78%
B=29.29%

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
Decimal24924120300.030.180.0249.5779.3188.63
HexF9F1CB03122324f59
Octal3713613130322262117131
Binary111110011111000111001011011100101011001010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F1CB; }

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

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

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

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

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

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

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

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