Html Css Color HEX #FEF4E3 Old Lace

📋 copy color: '#FEF4E3'

red 254 ◦ green 244 ◦ blue 227

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

Shades of Old Lace #FEF4E3

Tints of Old Lace #FEF4E3

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.66%

 BLUE value IS 227 (89.06% from 255) = 31.31%

R = 35.03%
G = 33.66%
B = 31.31%

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

#FEF4E3 (or 0xFEF4E3) is known color: Old Lace. HEX triplet: FE, F4 and E3. RGB value is (254,244,227). Sum of RGB (Red+Green+Blue) = 254+244+227=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 244 (95.70% from 255 or 33.66% from 725); Blue value is 227 (89.06% from 255 or 31.31% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4E3 is #010B1C. Grayscale: #F5F5F5. Windows color (decimal): -68381 or 14939390. OLE color: 14939390.

HSL color Cylindrical-coordinate representation of color #FEF4E3: hue angle of 37.78º 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 #FEF4E3 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 244 227 -
CMYK 0 0.04 0.11 0.00
HSL 37.78º 0.93% 0.94% -
HSV(B) 37.78º 0.11% 1% -
XYZ 87.09 91.32 85.71 -
YUV 245.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 254 244 227 0 0.04 0.11 0.00 37.78 0.93 0.94
Hex FE F4 E3 0 4 B 0 26 5D 5E
Octal 376 364 343 0 4 13 0 46 135 136
Binary 11111110 11110100 11100011 0 100 1011 0 100110 1011101 1011110

Color Harmonies of #FEF4E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF4E3

Black with #FEF4E3

Text Example


Text Example

White with #FEF4E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF4E3; }

 p { color: rgb(254,244,227); }

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

background-color css

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

 a { background-color: rgb(254,244,227); }

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

border-color css

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

 span { border-color: rgb(254,244,227); }

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