#FDFDE8

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

Shades of Ivory #FDFDE8

Tints of Ivory #FDFDE8

Color information

#FDFDE8 (or 0xFDFDE8) is unknown color: approx Ivory. HEX triplet: FD, FD and E8. RGB value is (253,253,232). Sum of RGB (Red+Green+Blue) = 253+253+232=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 253 (99.22% from 255 or 34.28% from 738); Blue value is 232 (91.02% from 255 or 31.44% from 738); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDE8 is #020217. Grayscale: #FAFAFA. Windows color (decimal): -131608 or 15269373. OLE color: 15269373.

HSL color Cylindrical-coordinate representation of color #FDFDE8: hue angle of 60º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDFDE8 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253253232-
CMYK000.080.01
HSL60º84%95.1%-
HSV(B)60º8.3%99.22%-
XYZ90.296.9690.3-
YUV250.61117.5129.71-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.28%
GREEN value IS 253 (99.22% from 255) = 34.28%
BLUE value IS 232 (91.02% from 255) = 31.44%
R=34.28%
G=34.28%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253232000.080.01608495.1
HexFDFDE800813c545f
Octal3753753500010174124137
Binary111111011111110111101000001000111110010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDE8; }

 p { color: rgb(253,253,232); }

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

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

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

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

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

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

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