#FDFEF8

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

Shades of Ivory #FDFEF8

Tints of Ivory #FDFEF8

Color information

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

HSL color Cylindrical-coordinate representation of color #FDFEF8: hue angle of 70º 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 #FDFEF8 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB253254248-
CMYK0.0000.020.00
HSL70º75%98.43%-
HSV(B)70º2.36%99.61%-
XYZ92.8998.54102.93-
YUV253.02125.17127.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542480.0000.020.00707598.43
HexFDFEF80020464b62
Octal3753763700020106113142
Binary11111101111111101111100000100100011010010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEF8; }

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

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

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

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

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

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

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

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