Html Css Color HEX #FFF4E2 Old Lace

📋 copy color: '#FFF4E2'

red 255 ◦ green 244 ◦ blue 226

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

Shades of Old Lace #FFF4E2

Tints of Old Lace #FFF4E2

RGB

 RED value IS 255 (100% from 255) = 35.17%

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

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

R = 35.17%
G = 33.66%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFF4E2 (or 0xFFF4E2) is known color: Old Lace. HEX triplet: FF, F4 and E2. RGB value is (255,244,226). Sum of RGB (Red+Green+Blue) = 255+244+226=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 244 (95.70% from 255 or 33.66% from 725); Blue value is 226 (88.67% from 255 or 31.17% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4E2 is #000B1D. Grayscale: #F5F5F5. Windows color (decimal): -2846 or 14873855. OLE color: 14873855.

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

Color convert

RGB 255 244 226 -
CMYK 0 0.04 0.11 0
HSL 37.24º 1% 0.94% -
HSV(B) 37.24º 0.11% 1% -
XYZ 87.32 91.45 85 -
YUV 245.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 255 244 226 0 0.04 0.11 0 37.24 1 0.94
Hex FF F4 E2 0 4 B 0 25 64 5E
Octal 377 364 342 0 4 13 0 45 144 136
Binary 11111111 11110100 11100010 0 100 1011 0 100101 1100100 1011110

Color Harmonies of #FFF4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF4E2

Black with #FFF4E2

Text Example


Text Example

White with #FFF4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF4E2; }

 p { color: rgb(255,244,226); }

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

background-color css

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

 a { background-color: rgb(255,244,226); }

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

border-color css

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

 span { border-color: rgb(255,244,226); }

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