#F8F2CE

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

Shades of China Ivory #F8F2CE

Tints of China Ivory #F8F2CE

Color information

#F8F2CE (or 0xF8F2CE) is unknown color: approx China Ivory. HEX triplet: F8, F2 and CE. RGB value is (248,242,206). Sum of RGB (Red+Green+Blue) = 248+242+206=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F2CE is #070D31. Grayscale: #EFEFEF. Windows color (decimal): -462130 or 13562616. OLE color: 13562616.

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

Color convert

RGB248242206-
CMYK00.020.170.03
HSL51.43º75%89.02%-
HSV(B)51.43º16.94%97.25%-
XYZ81.687.9271.06-
YUV239.69108.99133.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.63%
GREEN value IS 242 (94.92% from 255) = 34.77%
BLUE value IS 206 (80.86% from 255) = 29.60%
R=35.63%
G=34.77%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824220600.020.170.0351.437589.02
HexF8F2CE02113334b59
Octal3703623160221363113131
Binary111110001111001011001110010100011111001110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F2CE; }

 p { color: rgb(248,242,206); }

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

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

 a { background-color: rgb(248,242,206); }

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

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

 span { border-color: rgb(248,242,206); }

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