Html Css Color HEX #F7F2ED Linen

📋 copy color: '#F7F2ED'

red 247 ◦ green 242 ◦ blue 237

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

Shades of Linen #F7F2ED

Tints of Linen #F7F2ED

RGB

 RED value IS 247 (96.88% from 255) = 34.02%

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

 BLUE value IS 237 (92.97% from 255) = 32.64%

R = 34.02%
G = 33.33%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#F7F2ED (or 0xF7F2ED) is known color: Linen. HEX triplet: F7, F2 and ED. RGB value is (247,242,237). Sum of RGB (Red+Green+Blue) = 247+242+237=726 (96% of max value = 765). Red value is 247 (96.88% from 255 or 34.02% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F2ED is #080D12. Grayscale: #F2F2F2. Windows color (decimal): -527635 or 15594231. OLE color: 15594231.

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

Color convert

RGB 247 242 237 -
CMYK 0 0.02 0.04 0.03
HSL 30º 0.38% 0.95% -
HSV(B) 30º 0.04% 0.97% -
XYZ 85.4 89.39 92.87 -
YUV 242.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 247 242 237 0 0.02 0.04 0.03 30 0.38 0.95
Hex F7 F2 ED 0 2 4 3 1E 26 5F
Octal 367 362 355 0 2 4 3 36 46 137
Binary 11110111 11110010 11101101 0 10 100 11 11110 100110 1011111

Color Harmonies of #F7F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F2ED

Black with #F7F2ED

Text Example


Text Example

White with #F7F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F2ED; }

 p { color: rgb(247,242,237); }

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

background-color css

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

 a { background-color: rgb(247,242,237); }

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

border-color css

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

 span { border-color: rgb(247,242,237); }

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