#FEFFF4

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

Shades of Ivory #FEFFF4

Tints of Ivory #FEFFF4

Color information

#FEFFF4 (or 0xFEFFF4) is unknown color: approx Ivory. HEX triplet: FE, FF and F4. RGB value is (254,255,244). Sum of RGB (Red+Green+Blue) = 254+255+244=753 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.73% from 753); Green value is 255 (100% from 255 or 33.86% from 753); Blue value is 244 (95.70% from 255 or 32.40% from 753); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFFF4 is #01000B. Grayscale: #FDFDFD. Windows color (decimal): -65548 or 16056318. OLE color: 16056318.

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

Color convert

RGB254255244-
CMYK0.0000.040
HSL65.45º100%97.84%-
HSV(B)65.45º4.31%100%-
XYZ92.9699.1299.82-
YUV253.45122.67128.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.73%
GREEN value IS 255 (100% from 255) = 33.86%
BLUE value IS 244 (95.70% from 255) = 32.40%
R=33.73%
G=33.86%
B=32.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2542552440.0000.04065.4510097.84
HexFEFFF40040416462
Octal3763773640040101144142
Binary111111101111111111110100001000100000111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFFF4; }

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

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

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

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

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

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

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

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