Html Css Color HEX #FAF1E8 Linen

📋 copy color: '#FAF1E8'

red 250 ◦ green 241 ◦ blue 232

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

Shades of Linen #FAF1E8

Tints of Linen #FAF1E8

RGB

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

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

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

R = 34.58%
G = 33.33%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FAF1E8 (or 0xFAF1E8) is known color: Linen. HEX triplet: FA, F1 and E8. RGB value is (250,241,232). Sum of RGB (Red+Green+Blue) = 250+241+232=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 241 (94.53% from 255 or 33.33% from 723); Blue value is 232 (91.02% from 255 or 32.09% from 723); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1E8 is #050E17. Grayscale: #F2F2F2. Windows color (decimal): -331288 or 15266298. OLE color: 15266298.

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

Color convert

RGB 250 241 232 -
CMYK 0 0.04 0.07 0.02
HSL 30º 0.64% 0.95% -
HSV(B) 30º 0.07% 0.98% -
XYZ 85.45 89.06 89.03 -
YUV 242.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 250 241 232 0 0.04 0.07 0.02 30 0.64 0.95
Hex FA F1 E8 0 4 7 2 1E 40 5F
Octal 372 361 350 0 4 7 2 36 100 137
Binary 11111010 11110001 11101000 0 100 111 10 11110 1000000 1011111

Color Harmonies of #FAF1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF1E8

Black with #FAF1E8

Text Example


Text Example

White with #FAF1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF1E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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