#F6EFD4

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

Shades of China Ivory #F6EFD4

Tints of China Ivory #F6EFD4

Color information

#F6EFD4 (or 0xF6EFD4) is unknown color: approx China Ivory. HEX triplet: F6, EF and D4. RGB value is (246,239,212). Sum of RGB (Red+Green+Blue) = 246+239+212=697 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.29% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 212 (83.20% from 255 or 30.42% from 697); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFD4 is #09102B. Grayscale: #EEEEEE. Windows color (decimal): -593964 or 13955062. OLE color: 13955062.

HSL color Cylindrical-coordinate representation of color #F6EFD4: hue angle of 47.65º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6EFD4 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB246239212-
CMYK00.030.140.04
HSL47.65º65.38%89.8%-
HSV(B)47.65º13.82%96.47%-
XYZ80.7686.0874.65-
YUV238.02113.32133.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.29%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 212 (83.20% from 255) = 30.42%
R=35.29%
G=34.29%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623921200.030.140.0447.6565.3889.8
HexF6EFD403E430415a
Octal3663573240316460101132
Binary111101101110111111010100011111010011000010000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFD4; }

 p { color: rgb(246,239,212); }

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

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

 a { background-color: rgb(246,239,212); }

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

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

 span { border-color: rgb(246,239,212); }

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