#FDF8E8

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

Shades of Old Lace #FDF8E8

Tints of Old Lace #FDF8E8

Color information

#FDF8E8 (or 0xFDF8E8) is unknown color: approx Old Lace. HEX triplet: FD, F8 and E8. RGB value is (253,248,232). Sum of RGB (Red+Green+Blue) = 253+248+232=733 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.52% from 733); Green value is 248 (97.27% from 255 or 33.83% from 733); Blue value is 232 (91.02% from 255 or 31.65% from 733); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8E8 is #020717. Grayscale: #F7F7F7. Windows color (decimal): -132888 or 15268093. OLE color: 15268093.

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

Color convert

RGB253248232-
CMYK00.020.080.01
HSL45.71º84%95.1%-
HSV(B)45.71º8.3%99.22%-
XYZ88.6493.8489.79-
YUV247.67119.16131.8-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.52%
GREEN value IS 248 (97.27% from 255) = 33.83%
BLUE value IS 232 (91.02% from 255) = 31.65%
R=34.52%
G=33.83%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324823200.020.080.0145.718495.1
HexFDF8E802812e545f
Octal3753703500210156124137
Binary1111110111111000111010000101000110111010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8E8; }

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

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

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

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

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

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

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

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