#F7EFCF

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

Shades of China Ivory #F7EFCF

Tints of China Ivory #F7EFCF

Color information

#F7EFCF (or 0xF7EFCF) is unknown color: approx China Ivory. HEX triplet: F7, EF and CF. RGB value is (247,239,207). Sum of RGB (Red+Green+Blue) = 247+239+207=693 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.64% from 693); Green value is 239 (93.75% from 255 or 34.49% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EFCF is #081030. Grayscale: #EDEDED. Windows color (decimal): -528433 or 13627383. OLE color: 13627383.

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

Color convert

RGB247239207-
CMYK00.030.160.03
HSL48º71.43%89.02%-
HSV(B)48º16.19%96.86%-
XYZ80.4986.0171.39-
YUV237.74110.65134.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.64%
GREEN value IS 239 (93.75% from 255) = 34.49%
BLUE value IS 207 (81.25% from 255) = 29.87%
R=35.64%
G=34.49%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723920700.030.160.034871.4389.02
HexF7EFCF03103304759
Octal3673573170320360107131
Binary111101111110111111001111011100001111000010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFCF; }

 p { color: rgb(247,239,207); }

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

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

 a { background-color: rgb(247,239,207); }

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

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

 span { border-color: rgb(247,239,207); }

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