Html Css Color HEX #FAF5E7 Old Lace

📋 copy color: '#FAF5E7'

red 250 ◦ green 245 ◦ blue 231

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

Shades of Old Lace #FAF5E7

Tints of Old Lace #FAF5E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 31.82%

R = 34.44%
G = 33.75%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAF5E7 (or 0xFAF5E7) is known color: Old Lace. HEX triplet: FA, F5 and E7. RGB value is (250,245,231). Sum of RGB (Red+Green+Blue) = 250+245+231=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 245 (96.09% from 255 or 33.75% from 726); Blue value is 231 (90.62% from 255 or 31.82% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5E7 is #050A18. Grayscale: #F4F4F4. Windows color (decimal): -330265 or 15201786. OLE color: 15201786.

HSL color Cylindrical-coordinate representation of color #FAF5E7: hue angle of 44.21º degrees, saturation: 0.66, 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 #FAF5E7 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 245 231 -
CMYK 0 0.02 0.08 0.02
HSL 44.21º 0.66% 0.94% -
HSV(B) 44.21º 0.08% 0.98% -
XYZ 86.5 91.4 88.68 -
YUV 244.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 250 245 231 0 0.02 0.08 0.02 44.21 0.66 0.94
Hex FA F5 E7 0 2 8 2 2C 42 5E
Octal 372 365 347 0 2 10 2 54 102 136
Binary 11111010 11110101 11100111 0 10 1000 10 101100 1000010 1011110

Color Harmonies of #FAF5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF5E7

Black with #FAF5E7

Text Example


Text Example

White with #FAF5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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