#FEFDF8

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

Shades of Ivory #FEFDF8

Tints of Ivory #FEFDF8

Color information

#FEFDF8 (or 0xFEFDF8) is unknown color: approx Ivory. HEX triplet: FE, FD and F8. RGB value is (254,253,248). Sum of RGB (Red+Green+Blue) = 254+253+248=755 (100% of max value = 765). Red value is 254 (99.61% from 255 or 33.64% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 248 (97.27% from 255 or 32.85% from 755); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFDF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFDF8 is #010207. Grayscale: #FCFCFC. Windows color (decimal): -66056 or 16317950. OLE color: 16317950.

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

Color convert

RGB254253248-
CMYK00.000.020.00
HSL50º75%98.43%-
HSV(B)50º2.36%99.61%-
XYZ92.9498.1102.84-
YUV252.73125.33128.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 33.64%
GREEN value IS 253 (99.22% from 255) = 33.51%
BLUE value IS 248 (97.27% from 255) = 32.85%
R=33.64%
G=33.51%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25425324800.000.020.00507598.43
HexFEFDF80020324b62
Octal376375370002062113142
Binary1111111011111101111110000010011001010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFDF8; }

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

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

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

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

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

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

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

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