Html Css Color HEX #FEF7E5 Old Lace

📋 copy color: '#FEF7E5'

red 254 ◦ green 247 ◦ blue 229

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

Shades of Old Lace #FEF7E5

Tints of Old Lace #FEF7E5

RGB

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

 GREEN value IS 247 (96.88% from 255) = 33.84%

 BLUE value IS 229 (89.84% from 255) = 31.37%

R = 34.79%
G = 33.84%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEF7E5 (or 0xFEF7E5) is known color: Old Lace. HEX triplet: FE, F7 and E5. RGB value is (254,247,229). Sum of RGB (Red+Green+Blue) = 254+247+229=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 247 (96.88% from 255 or 33.84% from 730); Blue value is 229 (89.84% from 255 or 31.37% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF7E5 is #01081A. Grayscale: #F7F7F7. Windows color (decimal): -67611 or 15071230. OLE color: 15071230.

HSL color Cylindrical-coordinate representation of color #FEF7E5: hue angle of 43.2º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEF7E5 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 247 229 -
CMYK 0 0.03 0.10 0.00
HSL 43.2º 0.93% 0.95% -
HSV(B) 43.2º 0.1% 1% -
XYZ 88.28 93.25 87.48 -
YUV 247.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 254 247 229 0 0.03 0.10 0.00 43.2 0.93 0.95
Hex FE F7 E5 0 3 A 0 2B 5D 5F
Octal 376 367 345 0 3 12 0 53 135 137
Binary 11111110 11110111 11100101 0 11 1010 0 101011 1011101 1011111

Color Harmonies of #FEF7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF7E5

Black with #FEF7E5

Text Example


Text Example

White with #FEF7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF7E5; }

 p { color: rgb(254,247,229); }

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

background-color css

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

 a { background-color: rgb(254,247,229); }

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

border-color css

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

 span { border-color: rgb(254,247,229); }

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