#FFFEEA

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

Shades of Ivory #FFFEEA

Tints of Ivory #FFFEEA

Color information

#FFFEEA (or 0xFFFEEA) is unknown color: approx Ivory. HEX triplet: FF, FE and EA. RGB value is (255,254,234). Sum of RGB (Red+Green+Blue) = 255+254+234=743 (98% of max value = 765). Red value is 255 (100% from 255 or 34.32% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 234 (91.80% from 255 or 31.49% from 743); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFEEA is #000115. Grayscale: #FCFCFC. Windows color (decimal): -278 or 15400703. OLE color: 15400703.

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

Color convert

RGB255254234-
CMYK00.000.080
HSL57.14º100%95.88%-
HSV(B)57.14º8.24%100%-
XYZ91.5398.0891.95-
YUV252.02117.83130.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.32%
GREEN value IS 254 (99.61% from 255) = 34.19%
BLUE value IS 234 (91.80% from 255) = 31.49%
R=34.32%
G=34.19%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525423400.000.08057.1410095.88
HexFFFEEA0080396460
Octal3773763520010071144140
Binary111111111111111011101010001000011100111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFEEA; }

 p { color: rgb(255,254,234); }

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

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

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

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

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

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

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