#F9F1CF

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

Shades of China Ivory #F9F1CF

Tints of China Ivory #F9F1CF

Color information

#F9F1CF (or 0xF9F1CF) is unknown color: approx China Ivory. HEX triplet: F9, F1 and CF. RGB value is (249,241,207). Sum of RGB (Red+Green+Blue) = 249+241+207=697 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.72% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 207 (81.25% from 255 or 29.70% from 697); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F1CF is #060E30. Grayscale: #EFEFEF. Windows color (decimal): -396849 or 13627897. OLE color: 13627897.

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

Color convert

RGB249241207-
CMYK00.030.170.02
HSL48.57º77.78%89.41%-
HSV(B)48.57º16.87%97.65%-
XYZ81.7887.5671.62-
YUV239.52109.65134.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.72%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 207 (81.25% from 255) = 29.70%
R=35.72%
G=34.58%
B=29.70%

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
Decimal24924120700.030.170.0248.5777.7889.41
HexF9F1CF03112314e59
Octal3713613170321261116131
Binary111110011111000111001111011100011011000110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F1CF; }

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

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

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

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

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

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

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

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