#FEFFEF

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

Shades of Ivory #FEFFEF

Tints of Ivory #FEFFEF

Color information

#FEFFEF (or 0xFEFFEF) is unknown color: approx Ivory. HEX triplet: FE, FF and EF. RGB value is (254,255,239). Sum of RGB (Red+Green+Blue) = 254+255+239=748 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.96% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 239 (93.75% from 255 or 31.95% from 748); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFEF is #010010. Grayscale: #FCFCFC. Windows color (decimal): -65553 or 15728638. OLE color: 15728638.

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

Color convert

RGB254255239-
CMYK0.0000.060
HSL63.75º100%96.86%-
HSV(B)63.75º6.27%100%-
XYZ92.2198.8295.88-
YUV252.88120.17128.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.96%
GREEN value IS 255 (100% from 255) = 34.09%
BLUE value IS 239 (93.75% from 255) = 31.95%
R=33.96%
G=34.09%
B=31.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552390.0000.06063.7510096.86
HexFEFFEF0060406461
Octal3763773570060100144141
Binary111111101111111111101111001100100000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFEF; }

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

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

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

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

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

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

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

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