#FEFDF5

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

Shades of Ivory #FEFDF5

Tints of Ivory #FEFDF5

Color information

#FEFDF5 (or 0xFEFDF5) is unknown color: approx Ivory. HEX triplet: FE, FD and F5. RGB value is (254,253,245). Sum of RGB (Red+Green+Blue) = 254+253+245=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 253 (99.22% from 255 or 33.64% from 752); Blue value is 245 (96.09% from 255 or 32.58% from 752); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF5 is #01020A. Grayscale: #FCFCFC. Windows color (decimal): -66059 or 16121342. OLE color: 16121342.

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

Color convert

RGB254253245-
CMYK00.000.040.00
HSL53.33º81.82%97.84%-
HSV(B)53.33º3.54%99.61%-
XYZ92.4897.91100.41-
YUV252.39123.83129.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.78%
GREEN value IS 253 (99.22% from 255) = 33.64%
BLUE value IS 245 (96.09% from 255) = 32.58%
R=33.78%
G=33.64%
B=32.58%

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
Decimal25425324500.000.040.0053.3381.8297.84
HexFEFDF50040355262
Octal376375365004065122142
Binary11111110111111011111010100100011010110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDF5; }

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

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

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

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

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

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

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

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