Html Css Color HEX #F9F1E2 Old Lace

📋 copy color: '#F9F1E2'

red 249 ◦ green 241 ◦ blue 226

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

Shades of Old Lace #F9F1E2

Tints of Old Lace #F9F1E2

RGB

 RED value IS 249 (97.66% from 255) = 34.78%

 GREEN value IS 241 (94.53% from 255) = 33.66%

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

R = 34.78%
G = 33.66%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F9F1E2 (or 0xF9F1E2) is known color: Old Lace. HEX triplet: F9, F1 and E2. RGB value is (249,241,226). Sum of RGB (Red+Green+Blue) = 249+241+226=716 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.78% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 226 (88.67% from 255 or 31.56% from 716); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F1E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F1E2 is #060E1D. Grayscale: #F1F1F1. Windows color (decimal): -396830 or 14873081. OLE color: 14873081.

HSL color Cylindrical-coordinate representation of color #F9F1E2: hue angle of 39.13º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9F1E2 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 241 226 -
CMYK 0 0.03 0.09 0.02
HSL 39.13º 0.66% 0.93% -
HSV(B) 39.13º 0.09% 0.98% -
XYZ 84.25 88.54 84.6 -
YUV 241.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 249 241 226 0 0.03 0.09 0.02 39.13 0.66 0.93
Hex F9 F1 E2 0 3 9 2 27 42 5D
Octal 371 361 342 0 3 11 2 47 102 135
Binary 11111001 11110001 11100010 0 11 1001 10 100111 1000010 1011101

Color Harmonies of #F9F1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F1E2

Black with #F9F1E2

Text Example


Text Example

White with #F9F1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F1E2; }

 p { color: rgb(249,241,226); }

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

background-color css

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

 a { background-color: rgb(249,241,226); }

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

border-color css

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

 span { border-color: rgb(249,241,226); }

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