#F7EFD3

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

Shades of China Ivory #F7EFD3

Tints of China Ivory #F7EFD3

Color information

#F7EFD3 (or 0xF7EFD3) is unknown color: approx China Ivory. HEX triplet: F7, EF and D3. RGB value is (247,239,211). Sum of RGB (Red+Green+Blue) = 247+239+211=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 211 (82.81% from 255 or 30.27% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EFD3 is #08102C. Grayscale: #EEEEEE. Windows color (decimal): -528429 or 13889527. OLE color: 13889527.

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

Color convert

RGB247239211-
CMYK00.030.150.03
HSL46.67º69.23%89.8%-
HSV(B)46.67º14.57%96.86%-
XYZ80.9886.2174-
YUV238.2112.65134.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.44%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 211 (82.81% from 255) = 30.27%
R=35.44%
G=34.29%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723921100.030.150.0346.6769.2389.8
HexF7EFD303F32f455a
Octal3673573230317357105132
Binary11110111111011111101001101111111110111110001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFD3; }

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

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

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

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

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

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

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

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