Html Css Color HEX #FAF2EA Linen

📋 copy color: '#FAF2EA'

red 250 ◦ green 242 ◦ blue 234

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

Shades of Linen #FAF2EA

Tints of Linen #FAF2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 33.33%

 BLUE value IS 234 (91.8% from 255) = 32.23%

R = 34.44%
G = 33.33%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FAF2EA (or 0xFAF2EA) is known color: Linen. HEX triplet: FA, F2 and EA. RGB value is (250,242,234). Sum of RGB (Red+Green+Blue) = 250+242+234=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 234 (91.80% from 255 or 32.23% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2EA is #050D15. Grayscale: #F3F3F3. Windows color (decimal): -331030 or 15397626. OLE color: 15397626.

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

Color convert

RGB 250 242 234 -
CMYK 0 0.03 0.06 0.02
HSL 30º 0.62% 0.95% -
HSV(B) 30º 0.06% 0.98% -
XYZ 86.03 89.77 90.63 -
YUV 243.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 250 242 234 0 0.03 0.06 0.02 30 0.62 0.95
Hex FA F2 EA 0 3 6 2 1E 3E 5F
Octal 372 362 352 0 3 6 2 36 76 137
Binary 11111010 11110010 11101010 0 11 110 10 11110 111110 1011111

Color Harmonies of #FAF2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF2EA

Black with #FAF2EA

Text Example


Text Example

White with #FAF2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF2EA; }

 p { color: rgb(250,242,234); }

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

background-color css

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

 a { background-color: rgb(250,242,234); }

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

border-color css

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

 span { border-color: rgb(250,242,234); }

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