#FEFFEA

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

Shades of Ivory #FEFFEA

Tints of Ivory #FEFFEA

Color information

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

HSL color Cylindrical-coordinate representation of color #FEFFEA: hue angle of 62.86º 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 #FEFFEA is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB254255234-
CMYK0.0000.080
HSL62.86º100%95.88%-
HSV(B)62.86º8.24%100%-
XYZ91.4898.5392.04-
YUV252.31117.67129.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552340.0000.08062.8610095.88
HexFEFFEA00803f6460
Octal3763773520010077144140
Binary111111101111111111101010001000011111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFEA; }

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

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

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

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

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

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

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

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