Html Css Color HEX #FDF8EA Old Lace

📋 copy color: '#FDF8EA'

red 253 ◦ green 248 ◦ blue 234

#FDF8EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Lace #FDF8EA

Tints of Old Lace #FDF8EA

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.8% from 255) = 31.84%

R = 34.42%
G = 33.74%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#FDF8EA (or 0xFDF8EA) is known color: 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

RGB 253 248 234 -
CMYK 0 0.02 0.08 0.01
HSL 44.21º 0.83% 0.95% -
HSV(B) 44.21º 0.08% 0.99% -
XYZ 88.93 93.96 91.29 -
YUV 247.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 253 248 234 0 0.02 0.08 0.01 44.21 0.83 0.95
Hex FD F8 EA 0 2 8 1 2C 53 5F
Octal 375 370 352 0 2 10 1 54 123 137
Binary 11111101 11111000 11101010 0 10 1000 1 101100 1010011 1011111

Color Harmonies of #FDF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF8EA

Black with #FDF8EA

Text Example


Text Example

White with #FDF8EA

Text Example


Text Example

HTML Codes & Css Web 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>