Html Css Color HEX #F8F2EA Linen

📋 copy color: '#F8F2EA'

red 248 ◦ green 242 ◦ blue 234

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

Shades of Linen #F8F2EA

Tints of Linen #F8F2EA

RGB

 RED value IS 248 (97.27% from 255) = 34.25%

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

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

R = 34.25%
G = 33.43%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#F8F2EA (or 0xF8F2EA) is known color: Linen. HEX triplet: F8, F2 and EA. RGB value is (248,242,234). Sum of RGB (Red+Green+Blue) = 248+242+234=724 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.25% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F2EA is #070D15. Grayscale: #F2F2F2. Windows color (decimal): -462102 or 15397624. OLE color: 15397624.

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

Color convert

RGB 248 242 234 -
CMYK 0 0.02 0.06 0.03
HSL 34.29º 0.5% 0.95% -
HSV(B) 34.29º 0.06% 0.97% -
XYZ 85.31 89.4 90.6 -
YUV 242.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 248 242 234 0 0.02 0.06 0.03 34.29 0.5 0.95
Hex F8 F2 EA 0 2 6 3 22 32 5F
Octal 370 362 352 0 2 6 3 42 62 137
Binary 11111000 11110010 11101010 0 10 110 11 100010 110010 1011111

Color Harmonies of #F8F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F2EA

Black with #F8F2EA

Text Example


Text Example

White with #F8F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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