Html Css Color HEX #FFF7E6 Old Lace

📋 copy color: '#FFF7E6'

red 255 ◦ green 247 ◦ blue 230

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

Shades of Old Lace #FFF7E6

Tints of Old Lace #FFF7E6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 33.74%

 BLUE value IS 230 (90.23% from 255) = 31.42%

R = 34.84%
G = 33.74%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFF7E6 (or 0xFFF7E6) is known color: Old Lace. HEX triplet: FF, F7 and E6. RGB value is (255,247,230). Sum of RGB (Red+Green+Blue) = 255+247+230=732 (96% of max value = 765). Red value is 255 (100% from 255 or 34.84% from 732); Green value is 247 (96.88% from 255 or 33.74% from 732); Blue value is 230 (90.23% from 255 or 31.42% from 732); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF7E6 is #000819. Grayscale: #F7F7F7. Windows color (decimal): -2074 or 15136767. OLE color: 15136767.

HSL color Cylindrical-coordinate representation of color #FFF7E6: hue angle of 40.8º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFF7E6 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 247 230 -
CMYK 0 0.03 0.10 0
HSL 40.8º 1% 0.95% -
HSV(B) 40.8º 0.1% 1% -
XYZ 88.78 93.49 88.23 -
YUV 247.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 255 247 230 0 0.03 0.10 0 40.8 1 0.95
Hex FF F7 E6 0 3 A 0 29 64 5F
Octal 377 367 346 0 3 12 0 51 144 137
Binary 11111111 11110111 11100110 0 11 1010 0 101001 1100100 1011111

Color Harmonies of #FFF7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF7E6

Black with #FFF7E6

Text Example


Text Example

White with #FFF7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF7E6; }

 p { color: rgb(255,247,230); }

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

background-color css

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

 a { background-color: rgb(255,247,230); }

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

border-color css

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

 span { border-color: rgb(255,247,230); }

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