#FFFFEC

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

Shades of Ivory #FFFFEC

Tints of Ivory #FFFFEC

Color information

#FFFFEC (or 0xFFFFEC) is unknown color: approx Ivory. HEX triplet: FF, FF and EC. RGB value is (255,255,236). Sum of RGB (Red+Green+Blue) = 255+255+236=746 (98% of max value = 765). Red value is 255 (100% from 255 or 34.18% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 236 (92.58% from 255 or 31.64% from 746); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFFEC is #000013. Grayscale: #FCFCFC. Windows color (decimal): -20 or 15532031. OLE color: 15532031.

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

Color convert

RGB255255236-
CMYK000.070
HSL60º100%96.27%-
HSV(B)60º7.45%100%-
XYZ92.1498.8493.58-
YUV252.83118.5129.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.18%
GREEN value IS 255 (100% from 255) = 34.18%
BLUE value IS 236 (92.58% from 255) = 31.64%
R=34.18%
G=34.18%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255255236000.0706010096.27
HexFFFFEC00703c6460
Octal377377354007074144140
Binary11111111111111111110110000111011110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFFEC; }

 p { color: rgb(255,255,236); }

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

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

 a { background-color: rgb(255,255,236); }

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

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

 span { border-color: rgb(255,255,236); }

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