Html Css Color HEX #FFF6EA Old Lace

📋 copy color: '#FFF6EA'

red 255 ◦ green 246 ◦ blue 234

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

Shades of Old Lace #FFF6EA

Tints of Old Lace #FFF6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 31.84%

R = 34.69%
G = 33.47%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFF6EA (or 0xFFF6EA) is known color: Old Lace. HEX triplet: FF, F6 and EA. RGB value is (255,246,234). Sum of RGB (Red+Green+Blue) = 255+246+234=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 246 (96.48% from 255 or 33.47% from 735); Blue value is 234 (91.80% from 255 or 31.84% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6EA is #000915. Grayscale: #F7F7F7. Windows color (decimal): -2326 or 15398655. OLE color: 15398655.

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

Color convert

RGB 255 246 234 -
CMYK 0 0.04 0.08 0
HSL 34.29º 1% 0.96% -
HSV(B) 34.29º 0.08% 1% -
XYZ 89.05 93.11 91.12 -
YUV 247.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 255 246 234 0 0.04 0.08 0 34.29 1 0.96
Hex FF F6 EA 0 4 8 0 22 64 60
Octal 377 366 352 0 4 10 0 42 144 140
Binary 11111111 11110110 11101010 0 100 1000 0 100010 1100100 1100000

Color Harmonies of #FFF6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF6EA

Black with #FFF6EA

Text Example


Text Example

White with #FFF6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF6EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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