#F6EFCF

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

Shades of China Ivory #F6EFCF

Tints of China Ivory #F6EFCF

Color information

#F6EFCF (or 0xF6EFCF) is unknown color: approx China Ivory. HEX triplet: F6, EF and CF. RGB value is (246,239,207). Sum of RGB (Red+Green+Blue) = 246+239+207=692 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.55% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EFCF is #091030. Grayscale: #EDEDED. Windows color (decimal): -593969 or 13627382. OLE color: 13627382.

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

Color convert

RGB246239207-
CMYK00.030.160.04
HSL49.23º68.42%88.82%-
HSV(B)49.23º15.85%96.47%-
XYZ80.1485.8371.37-
YUV237.44110.82134.1-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.55%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 207 (81.25% from 255) = 29.91%
R=35.55%
G=34.54%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623920700.030.160.0449.2368.4288.82
HexF6EFCF03104314459
Octal3663573170320461104131
Binary1111011011101111110011110111000010011000110001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EFCF; }

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

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

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

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

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

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

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

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