Html Css Color HEX #FFF6E2 Old Lace

📋 copy color: '#FFF6E2'

red 255 ◦ green 246 ◦ blue 226

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

Shades of Old Lace #FFF6E2

Tints of Old Lace #FFF6E2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.84%

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

R = 35.08%
G = 33.84%
B = 31.09%

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

#FFF6E2 (or 0xFFF6E2) is known color: Old Lace. HEX triplet: FF, F6 and E2. RGB value is (255,246,226). Sum of RGB (Red+Green+Blue) = 255+246+226=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 246 (96.48% from 255 or 33.84% from 727); Blue value is 226 (88.67% from 255 or 31.09% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6E2 is #00091D. Grayscale: #F6F6F6. Windows color (decimal): -2334 or 14874367. OLE color: 14874367.

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

Color convert

RGB 255 246 226 -
CMYK 0 0.04 0.11 0
HSL 41.38º 1% 0.94% -
HSV(B) 41.38º 0.11% 1% -
XYZ 87.92 92.66 85.2 -
YUV 246.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 255 246 226 0 0.04 0.11 0 41.38 1 0.94
Hex FF F6 E2 0 4 B 0 29 64 5E
Octal 377 366 342 0 4 13 0 51 144 136
Binary 11111111 11110110 11100010 0 100 1011 0 101001 1100100 1011110

Color Harmonies of #FFF6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6E2

Black with #FFF6E2

Text Example


Text Example

White with #FFF6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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