#FEFFEE

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

Shades of Ivory #FEFFEE

Tints of Ivory #FEFFEE

Color information

#FEFFEE (or 0xFEFFEE) is unknown color: approx Ivory. HEX triplet: FE, FF and EE. RGB value is (254,255,238). Sum of RGB (Red+Green+Blue) = 254+255+238=747 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.00% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 238 (93.36% from 255 or 31.86% from 747); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFEE is #010011. Grayscale: #FCFCFC. Windows color (decimal): -65554 or 15663102. OLE color: 15663102.

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

Color convert

RGB254255238-
CMYK0.0000.070
HSL63.53º100%96.67%-
HSV(B)63.53º6.67%100%-
XYZ92.0798.7695.1-
YUV252.76119.67128.88-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.00%
GREEN value IS 255 (100% from 255) = 34.14%
BLUE value IS 238 (93.36% from 255) = 31.86%
R=34.00%
G=34.14%
B=31.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552380.0000.07063.5310096.67
HexFEFFEE0070406461
Octal3763773560070100144141
Binary111111101111111111101110001110100000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFEE; }

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

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

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

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

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

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

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

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