Html Css Color HEX #F5F2EE Linen

📋 copy color: '#F5F2EE'

red 245 ◦ green 242 ◦ blue 238

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

Shades of Linen #F5F2EE

Tints of Linen #F5F2EE

RGB

 RED value IS 245 (96.09% from 255) = 33.79%

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

 BLUE value IS 238 (93.36% from 255) = 32.83%

R = 33.79%
G = 33.38%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F5F2EE (or 0xF5F2EE) is known color: Linen. HEX triplet: F5, F2 and EE. RGB value is (245,242,238). Sum of RGB (Red+Green+Blue) = 245+242+238=725 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.79% from 725); Green value is 242 (94.92% from 255 or 33.38% from 725); Blue value is 238 (93.36% from 255 or 32.83% from 725); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F2EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F2EE is #0A0D11. Grayscale: #F2F2F2. Windows color (decimal): -658706 or 15659765. OLE color: 15659765.

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

Color convert

RGB 245 242 238 -
CMYK 0 0.01 0.03 0.04
HSL 34.29º 0.26% 0.95% -
HSV(B) 34.29º 0.03% 0.96% -
XYZ 84.84 89.09 93.61 -
YUV 242.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 245 242 238 0 0.01 0.03 0.04 34.29 0.26 0.95
Hex F5 F2 EE 0 1 3 4 22 1A 5F
Octal 365 362 356 0 1 3 4 42 32 137
Binary 11110101 11110010 11101110 0 1 11 100 100010 11010 1011111

Color Harmonies of #F5F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F2EE

Black with #F5F2EE

Text Example


Text Example

White with #F5F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F2EE; }

 p { color: rgb(245,242,238); }

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

background-color css

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

 a { background-color: rgb(245,242,238); }

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

border-color css

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

 span { border-color: rgb(245,242,238); }

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