Html Css Color HEX #FAF3E2 Old Lace

📋 copy color: '#FAF3E2'

red 250 ◦ green 243 ◦ blue 226

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

Shades of Old Lace #FAF3E2

Tints of Old Lace #FAF3E2

RGB

 RED value IS 250 (98.05% from 255) = 34.77%

 GREEN value IS 243 (95.31% from 255) = 33.8%

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

R = 34.77%
G = 33.8%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FAF3E2 (or 0xFAF3E2) is known color: Old Lace. HEX triplet: FA, F3 and E2. RGB value is (250,243,226). Sum of RGB (Red+Green+Blue) = 250+243+226=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 243 (95.31% from 255 or 33.80% from 719); Blue value is 226 (88.67% from 255 or 31.43% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3E2 is #050C1D. Grayscale: #F3F3F3. Windows color (decimal): -330782 or 14873594. OLE color: 14873594.

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

Color convert

RGB 250 243 226 -
CMYK 0 0.03 0.10 0.02
HSL 42.5º 0.71% 0.93% -
HSV(B) 42.5º 0.1% 0.98% -
XYZ 85.2 89.92 84.82 -
YUV 243.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 250 243 226 0 0.03 0.10 0.02 42.5 0.71 0.93
Hex FA F3 E2 0 3 A 2 2A 47 5D
Octal 372 363 342 0 3 12 2 52 107 135
Binary 11111010 11110011 11100010 0 11 1010 10 101010 1000111 1011101

Color Harmonies of #FAF3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF3E2

Black with #FAF3E2

Text Example


Text Example

White with #FAF3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF3E2; }

 p { color: rgb(250,243,226); }

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

background-color css

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

 a { background-color: rgb(250,243,226); }

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

border-color css

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

 span { border-color: rgb(250,243,226); }

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