#FEF7EB

Color #FEF7EB Old Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lace #FEF7EB

Tints of Old Lace #FEF7EB

Color information

#FEF7EB (or 0xFEF7EB) is unknown color: approx Old Lace. HEX triplet: FE, F7 and EB. RGB value is (254,247,235). Sum of RGB (Red+Green+Blue) = 254+247+235=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 247 (96.88% from 255 or 33.56% from 736); Blue value is 235 (92.19% from 255 or 31.93% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF7EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF7EB is #010814. Grayscale: #F7F7F7. Windows color (decimal): -67605 or 15464446. OLE color: 15464446.

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

Color convert

RGB254247235-
CMYK00.030.070.00
HSL37.89º90.48%95.88%-
HSV(B)37.89º7.48%99.61%-
XYZ89.1393.5991.96-
YUV247.72120.82132.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.51%
GREEN value IS 247 (96.88% from 255) = 33.56%
BLUE value IS 235 (92.19% from 255) = 31.93%
R=34.51%
G=33.56%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424723500.030.070.0037.8990.4895.88
HexFEF7EB0370265a60
Octal376367353037046132140
Binary111111101111011111101011011111010011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF7EB; }

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

 H1.HeaderClassName
 {
   color: #FEF7EB;
 }
 .AnyTagClassName
 {
   color: #FEF7EB;
 }
</style>
background-color css

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

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

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

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

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

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