#F7F1CE

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

Shades of China Ivory #F7F1CE

Tints of China Ivory #F7F1CE

Color information

#F7F1CE (or 0xF7F1CE) is unknown color: approx China Ivory. HEX triplet: F7, F1 and CE. RGB value is (247,241,206). Sum of RGB (Red+Green+Blue) = 247+241+206=694 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.59% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F1CE is #080E31. Grayscale: #EEEEEE. Windows color (decimal): -527922 or 13562359. OLE color: 13562359.

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

Color convert

RGB247241206-
CMYK00.020.170.03
HSL51.22º71.93%88.82%-
HSV(B)51.22º16.6%96.86%-
XYZ80.9587.1470.95-
YUV238.8109.49133.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.59%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 206 (80.86% from 255) = 29.68%
R=35.59%
G=34.73%
B=29.68%

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
Decimal24724120600.020.170.0351.2271.9388.82
HexF7F1CE02113334859
Octal3673613160221363110131
Binary111101111111000111001110010100011111001110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F1CE; }

 p { color: rgb(247,241,206); }

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

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

 a { background-color: rgb(247,241,206); }

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

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

 span { border-color: rgb(247,241,206); }

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