#FEFDF4

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

Shades of Ivory #FEFDF4

Tints of Ivory #FEFDF4

Color information

#FEFDF4 (or 0xFEFDF4) is unknown color: approx Ivory. HEX triplet: FE, FD and F4. RGB value is (254,253,244). Sum of RGB (Red+Green+Blue) = 254+253+244=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 253 (99.22% from 255 or 33.69% from 751); Blue value is 244 (95.70% from 255 or 32.49% from 751); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF4 is #01020B. Grayscale: #FCFCFC. Windows color (decimal): -66060 or 16055806. OLE color: 16055806.

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

Color convert

RGB254253244-
CMYK00.000.040.00
HSL54º83.33%97.65%-
HSV(B)54º3.94%99.61%-
XYZ92.3397.8599.61-
YUV252.27123.33129.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.82%
GREEN value IS 253 (99.22% from 255) = 33.69%
BLUE value IS 244 (95.70% from 255) = 32.49%
R=33.82%
G=33.69%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425324400.000.040.005483.3397.65
HexFEFDF40040365362
Octal376375364004066123142
Binary11111110111111011111010000100011011010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDF4; }

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

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

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

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

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

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

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

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