Html Css Color HEX #FEF8E7 Old Lace

📋 copy color: '#FEF8E7'

red 254 ◦ green 248 ◦ blue 231

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

Shades of Old Lace #FEF8E7

Tints of Old Lace #FEF8E7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.83%

 BLUE value IS 231 (90.63% from 255) = 31.51%

R = 34.65%
G = 33.83%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEF8E7 (or 0xFEF8E7) is known color: Old Lace. HEX triplet: FE, F8 and E7. RGB value is (254,248,231). Sum of RGB (Red+Green+Blue) = 254+248+231=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 248 (97.27% from 255 or 33.83% from 733); Blue value is 231 (90.62% from 255 or 31.51% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8E7 is #010718. Grayscale: #F7F7F7. Windows color (decimal): -67353 or 15202558. OLE color: 15202558.

HSL color Cylindrical-coordinate representation of color #FEF8E7: hue angle of 44.35º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEF8E7 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 248 231 -
CMYK 0 0.02 0.09 0.00
HSL 44.35º 0.92% 0.95% -
HSV(B) 44.35º 0.09% 1% -
XYZ 88.86 93.98 89.06 -
YUV 247.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 254 248 231 0 0.02 0.09 0.00 44.35 0.92 0.95
Hex FE F8 E7 0 2 9 0 2C 5C 5F
Octal 376 370 347 0 2 11 0 54 134 137
Binary 11111110 11111000 11100111 0 10 1001 0 101100 1011100 1011111

Color Harmonies of #FEF8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF8E7

Black with #FEF8E7

Text Example


Text Example

White with #FEF8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF8E7; }

 p { color: rgb(254,248,231); }

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

background-color css

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

 a { background-color: rgb(254,248,231); }

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

border-color css

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

 span { border-color: rgb(254,248,231); }

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