Html Css Color HEX #FEF5E2 Old Lace

📋 copy color: '#FEF5E2'

red 254 ◦ green 245 ◦ blue 226

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

Shades of Old Lace #FEF5E2

Tints of Old Lace #FEF5E2

RGB

 RED value IS 254 (99.61% from 255) = 35.03%

 GREEN value IS 245 (96.09% from 255) = 33.79%

 BLUE value IS 226 (88.67% from 255) = 31.17%

R = 35.03%
G = 33.79%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEF5E2 (or 0xFEF5E2) is known color: Old Lace. HEX triplet: FE, F5 and E2. RGB value is (254,245,226). Sum of RGB (Red+Green+Blue) = 254+245+226=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 245 (96.09% from 255 or 33.79% from 725); Blue value is 226 (88.67% from 255 or 31.17% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5E2 is #010A1D. Grayscale: #F5F5F5. Windows color (decimal): -68126 or 14874110. OLE color: 14874110.

HSL color Cylindrical-coordinate representation of color #FEF5E2: hue angle of 40.71º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEF5E2 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 245 226 -
CMYK 0 0.04 0.11 0.00
HSL 40.71º 0.93% 0.94% -
HSV(B) 40.71º 0.11% 1% -
XYZ 87.25 91.87 85.08 -
YUV 245.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 254 245 226 0 0.04 0.11 0.00 40.71 0.93 0.94
Hex FE F5 E2 0 4 B 0 29 5D 5E
Octal 376 365 342 0 4 13 0 51 135 136
Binary 11111110 11110101 11100010 0 100 1011 0 101001 1011101 1011110

Color Harmonies of #FEF5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5E2

Black with #FEF5E2

Text Example


Text Example

White with #FEF5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5E2; }

 p { color: rgb(254,245,226); }

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

background-color css

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

 a { background-color: rgb(254,245,226); }

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

border-color css

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

 span { border-color: rgb(254,245,226); }

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