#FDF8EA

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

Shades of Old Lace #FDF8EA

Tints of Old Lace #FDF8EA

Color information

#FDF8EA (or 0xFDF8EA) is unknown color: approx Old Lace. HEX triplet: FD, F8 and EA. RGB value is (253,248,234). Sum of RGB (Red+Green+Blue) = 253+248+234=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 248 (97.27% from 255 or 33.74% from 735); Blue value is 234 (91.80% from 255 or 31.84% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8EA is #020715. Grayscale: #F7F7F7. Windows color (decimal): -132886 or 15399165. OLE color: 15399165.

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

Color convert

RGB253248234-
CMYK00.020.080.01
HSL44.21º82.61%95.49%-
HSV(B)44.21º7.51%99.22%-
XYZ88.9393.9691.29-
YUV247.9120.16131.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.42%
GREEN value IS 248 (97.27% from 255) = 33.74%
BLUE value IS 234 (91.80% from 255) = 31.84%
R=34.42%
G=33.74%
B=31.84%

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
Decimal25324823400.020.080.0144.2182.6195.49
HexFDF8EA02812c535f
Octal3753703520210154123137
Binary1111110111111000111010100101000110110010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF8EA; }

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

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

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

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

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

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

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

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