Html Css Color HEX #FAF1E7 Linen

📋 copy color: '#FAF1E7'

red 250 ◦ green 241 ◦ blue 231

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

Shades of Linen #FAF1E7

Tints of Linen #FAF1E7

RGB

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

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

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

R = 34.63%
G = 33.38%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FAF1E7 (or 0xFAF1E7) is known color: Linen. HEX triplet: FA, F1 and E7. RGB value is (250,241,231). Sum of RGB (Red+Green+Blue) = 250+241+231=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 241 (94.53% from 255 or 33.38% from 722); Blue value is 231 (90.62% from 255 or 31.99% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1E7 is #050E18. Grayscale: #F2F2F2. Windows color (decimal): -331289 or 15200762. OLE color: 15200762.

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

Color convert

RGB 250 241 231 -
CMYK 0 0.04 0.08 0.02
HSL 31.58º 0.66% 0.94% -
HSV(B) 31.58º 0.08% 0.98% -
XYZ 85.3 89 88.28 -
YUV 242.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 250 241 231 0 0.04 0.08 0.02 31.58 0.66 0.94
Hex FA F1 E7 0 4 8 2 20 42 5E
Octal 372 361 347 0 4 10 2 40 102 136
Binary 11111010 11110001 11100111 0 100 1000 10 100000 1000010 1011110

Color Harmonies of #FAF1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1E7

Black with #FAF1E7

Text Example


Text Example

White with #FAF1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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