#FEFFED

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

Shades of Ivory #FEFFED

Tints of Ivory #FEFFED

Color information

#FEFFED (or 0xFEFFED) is unknown color: approx Ivory. HEX triplet: FE, FF and ED. RGB value is (254,255,237). Sum of RGB (Red+Green+Blue) = 254+255+237=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 255 (100% from 255 or 34.18% from 746); Blue value is 237 (92.97% from 255 or 31.77% from 746); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFED is #010012. Grayscale: #FCFCFC. Windows color (decimal): -65555 or 15597566. OLE color: 15597566.

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

Color convert

RGB254255237-
CMYK0.0000.070
HSL63.33º100%96.47%-
HSV(B)63.33º7.06%100%-
XYZ91.9298.7194.33-
YUV252.65119.17128.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.05%
GREEN value IS 255 (100% from 255) = 34.18%
BLUE value IS 237 (92.97% from 255) = 31.77%
R=34.05%
G=34.18%
B=31.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552370.0000.07063.3310096.47
HexFEFFED00703f6460
Octal376377355007077144140
Binary11111110111111111110110100111011111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFED; }

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

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

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

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

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

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

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

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