Html Css Color HEX #F7F2EA Old Lace

📋 copy color: '#F7F2EA'

red 247 ◦ green 242 ◦ blue 234

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

Shades of Old Lace #F7F2EA

Tints of Old Lace #F7F2EA

RGB

 RED value IS 247 (96.88% from 255) = 34.16%

 GREEN value IS 242 (94.92% from 255) = 33.47%

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

R = 34.16%
G = 33.47%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#F7F2EA (or 0xF7F2EA) is known color: Old Lace. HEX triplet: F7, F2 and EA. RGB value is (247,242,234). Sum of RGB (Red+Green+Blue) = 247+242+234=723 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.16% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 234 (91.80% from 255 or 32.37% from 723); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F2EA is #080D15. Grayscale: #F2F2F2. Windows color (decimal): -527638 or 15397623. OLE color: 15397623.

HSL color Cylindrical-coordinate representation of color #F7F2EA: hue angle of 36.92º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F7F2EA is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 242 234 -
CMYK 0 0.02 0.05 0.03
HSL 36.92º 0.45% 0.94% -
HSV(B) 36.92º 0.05% 0.97% -
XYZ 84.96 89.22 90.58 -
YUV 242.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 247 242 234 0 0.02 0.05 0.03 36.92 0.45 0.94
Hex F7 F2 EA 0 2 5 3 25 2D 5E
Octal 367 362 352 0 2 5 3 45 55 136
Binary 11110111 11110010 11101010 0 10 101 11 100101 101101 1011110

Color Harmonies of #F7F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F2EA

Black with #F7F2EA

Text Example


Text Example

White with #F7F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F2EA; }

 p { color: rgb(247,242,234); }

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

background-color css

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

 a { background-color: rgb(247,242,234); }

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

border-color css

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

 span { border-color: rgb(247,242,234); }

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