Html Css Color HEX #FAF5E8 Old Lace

📋 copy color: '#FAF5E8'

red 250 ◦ green 245 ◦ blue 232

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

Shades of Old Lace #FAF5E8

Tints of Old Lace #FAF5E8

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.7%

 BLUE value IS 232 (91.02% from 255) = 31.91%

R = 34.39%
G = 33.7%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAF5E8 (or 0xFAF5E8) is known color: Old Lace. HEX triplet: FA, F5 and E8. RGB value is (250,245,232). Sum of RGB (Red+Green+Blue) = 250+245+232=727 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.39% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 232 (91.02% from 255 or 31.91% from 727); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5E8 is #050A17. Grayscale: #F5F5F5. Windows color (decimal): -330264 or 15267322. OLE color: 15267322.

HSL color Cylindrical-coordinate representation of color #FAF5E8: hue angle of 43.33º degrees, saturation: 0.64, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAF5E8 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 245 232 -
CMYK 0 0.02 0.07 0.02
HSL 43.33º 0.64% 0.95% -
HSV(B) 43.33º 0.07% 0.98% -
XYZ 86.64 91.46 89.43 -
YUV 245.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 250 245 232 0 0.02 0.07 0.02 43.33 0.64 0.95
Hex FA F5 E8 0 2 7 2 2B 40 5F
Octal 372 365 350 0 2 7 2 53 100 137
Binary 11111010 11110101 11101000 0 10 111 10 101011 1000000 1011111

Color Harmonies of #FAF5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5E8

Black with #FAF5E8

Text Example


Text Example

White with #FAF5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5E8; }

 p { color: rgb(250,245,232); }

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

background-color css

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

 a { background-color: rgb(250,245,232); }

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

border-color css

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

 span { border-color: rgb(250,245,232); }

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