Html Css Color HEX #FAF0E8 Linen

📋 copy color: '#FAF0E8'

red 250 ◦ green 240 ◦ blue 232

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

Shades of Linen #FAF0E8

Tints of Linen #FAF0E8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.24%

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

R = 34.63%
G = 33.24%
B = 32.13%

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

#FAF0E8 (or 0xFAF0E8) is known color: Linen. HEX triplet: FA, F0 and E8. RGB value is (250,240,232). Sum of RGB (Red+Green+Blue) = 250+240+232=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 232 (91.02% from 255 or 32.13% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0E8 is #050F17. Grayscale: #F2F2F2. Windows color (decimal): -331544 or 15266042. OLE color: 15266042.

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

Color convert

RGB 250 240 232 -
CMYK 0 0.04 0.07 0.02
HSL 26.67º 0.64% 0.95% -
HSV(B) 26.67º 0.07% 0.98% -
XYZ 85.15 88.47 88.93 -
YUV 242.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 250 240 232 0 0.04 0.07 0.02 26.67 0.64 0.95
Hex FA F0 E8 0 4 7 2 1B 40 5F
Octal 372 360 350 0 4 7 2 33 100 137
Binary 11111010 11110000 11101000 0 100 111 10 11011 1000000 1011111

Color Harmonies of #FAF0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF0E8

Black with #FAF0E8

Text Example


Text Example

White with #FAF0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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