#F6EECB

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

Shades of China Ivory #F6EECB

Tints of China Ivory #F6EECB

Color information

#F6EECB (or 0xF6EECB) is unknown color: approx China Ivory. HEX triplet: F6, EE and CB. RGB value is (246,238,203). Sum of RGB (Red+Green+Blue) = 246+238+203=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 238 (93.36% from 255 or 34.64% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EECB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EECB is #091134. Grayscale: #ECECEC. Windows color (decimal): -594229 or 13364982. OLE color: 13364982.

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

Color convert

RGB246238203-
CMYK00.030.170.04
HSL48.84º70.49%88.04%-
HSV(B)48.84º17.48%96.47%-
XYZ79.3685.0568.73-
YUV236.4109.15134.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.81%
GREEN value IS 238 (93.36% from 255) = 34.64%
BLUE value IS 203 (79.69% from 255) = 29.55%
R=35.81%
G=34.64%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623820300.030.170.0448.8470.4988.04
HexF6EECB03114314658
Octal3663563130321461106130
Binary1111011011101110110010110111000110011000110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EECB; }

 p { color: rgb(246,238,203); }

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

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

 a { background-color: rgb(246,238,203); }

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

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

 span { border-color: rgb(246,238,203); }

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