#F8F1CC

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

Shades of China Ivory #F8F1CC

Tints of China Ivory #F8F1CC

Color information

#F8F1CC (or 0xF8F1CC) is unknown color: approx China Ivory. HEX triplet: F8, F1 and CC. RGB value is (248,241,204). Sum of RGB (Red+Green+Blue) = 248+241+204=693 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.79% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 204 (80.08% from 255 or 29.44% from 693); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F1CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F1CC is #070E33. Grayscale: #EFEFEF. Windows color (decimal): -462388 or 13431288. OLE color: 13431288.

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

Color convert

RGB248241204-
CMYK00.030.180.03
HSL50.45º75.86%88.63%-
HSV(B)50.45º17.74%97.25%-
XYZ81.0787.2369.69-
YUV238.87108.32134.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.79%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 204 (80.08% from 255) = 29.44%
R=35.79%
G=34.78%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824120400.030.180.0350.4575.8688.63
HexF8F1CC03123324c59
Octal3703613140322362114131
Binary111110001111000111001100011100101111001010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F1CC; }

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

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

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

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

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

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

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

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