Html Css Color HEX #FDF6EB Old Lace

📋 copy color: '#FDF6EB'

red 253 ◦ green 246 ◦ blue 235

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

Shades of Old Lace #FDF6EB

Tints of Old Lace #FDF6EB

RGB

 RED value IS 253 (99.22% from 255) = 34.47%

 GREEN value IS 246 (96.48% from 255) = 33.51%

 BLUE value IS 235 (92.19% from 255) = 32.02%

R = 34.47%
G = 33.51%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FDF6EB (or 0xFDF6EB) is known color: Old Lace. HEX triplet: FD, F6 and EB. RGB value is (253,246,235). Sum of RGB (Red+Green+Blue) = 253+246+235=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 246 (96.48% from 255 or 33.51% from 734); Blue value is 235 (92.19% from 255 or 32.02% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF6EB is #020914. Grayscale: #F6F6F6. Windows color (decimal): -133397 or 15464189. OLE color: 15464189.

HSL color Cylindrical-coordinate representation of color #FDF6EB: hue angle of 36.67º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDF6EB is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 246 235 -
CMYK 0 0.03 0.07 0.01
HSL 36.67º 0.82% 0.96% -
HSV(B) 36.67º 0.07% 0.99% -
XYZ 88.46 92.79 91.85 -
YUV 246.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 253 246 235 0 0.03 0.07 0.01 36.67 0.82 0.96
Hex FD F6 EB 0 3 7 1 25 52 60
Octal 375 366 353 0 3 7 1 45 122 140
Binary 11111101 11110110 11101011 0 11 111 1 100101 1010010 1100000

Color Harmonies of #FDF6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF6EB

Black with #FDF6EB

Text Example


Text Example

White with #FDF6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF6EB; }

 p { color: rgb(253,246,235); }

 H1.HeaderClassName
 {
   color: #FDF6EB;
 }
 .AnyTagClassName
 {
   color: #FDF6EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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