Html Css Color HEX #FAF2E5 Old Lace

📋 copy color: '#FAF2E5'

red 250 ◦ green 242 ◦ blue 229

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

Shades of Old Lace #FAF2E5

Tints of Old Lace #FAF2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 31.76%

R = 34.67%
G = 33.56%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAF2E5 (or 0xFAF2E5) is known color: Old Lace. HEX triplet: FA, F2 and E5. RGB value is (250,242,229). Sum of RGB (Red+Green+Blue) = 250+242+229=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 242 (94.92% from 255 or 33.56% from 721); Blue value is 229 (89.84% from 255 or 31.76% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2E5 is #050D1A. Grayscale: #F2F2F2. Windows color (decimal): -331035 or 15069946. OLE color: 15069946.

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

Color convert

RGB 250 242 229 -
CMYK 0 0.03 0.08 0.02
HSL 37.14º 0.68% 0.94% -
HSV(B) 37.14º 0.08% 0.98% -
XYZ 85.32 89.49 86.9 -
YUV 242.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 250 242 229 0 0.03 0.08 0.02 37.14 0.68 0.94
Hex FA F2 E5 0 3 8 2 25 44 5E
Octal 372 362 345 0 3 10 2 45 104 136
Binary 11111010 11110010 11100101 0 11 1000 10 100101 1000100 1011110

Color Harmonies of #FAF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2E5

Black with #FAF2E5

Text Example


Text Example

White with #FAF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2E5; }

 p { color: rgb(250,242,229); }

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

background-color css

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

 a { background-color: rgb(250,242,229); }

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

border-color css

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

 span { border-color: rgb(250,242,229); }

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