#F6F6EF

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

Shades of Ivory #F6F6EF

Tints of Ivory #F6F6EF

Color information

#F6F6EF (or 0xF6F6EF) is unknown color: approx Ivory. HEX triplet: F6, F6 and EF. RGB value is (246,246,239). Sum of RGB (Red+Green+Blue) = 246+246+239=731 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.65% from 731); Green value is 246 (96.48% from 255 or 33.65% from 731); Blue value is 239 (93.75% from 255 or 32.69% from 731); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F6EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F6EF is #090910. Grayscale: #F5F5F5. Windows color (decimal): -592145 or 15726326. OLE color: 15726326.

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

Color convert

RGB246246239-
CMYK000.030.04
HSL60º28%95.1%-
HSV(B)60º2.85%96.47%-
XYZ86.5491.7494.81-
YUV245.2124.5128.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.65%
GREEN value IS 246 (96.48% from 255) = 33.65%
BLUE value IS 239 (93.75% from 255) = 32.69%
R=33.65%
G=33.65%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246246239000.030.04602895.1
HexF6F6EF00343c1c5f
Octal36636635700347434137
Binary1111011011110110111011110011100111100111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F6EF; }

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

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

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

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

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

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

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

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