Html Css Color HEX #F2EDE7 Linen

📋 copy color: '#F2EDE7'

red 242 ◦ green 237 ◦ blue 231

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

Shades of Linen #F2EDE7

Tints of Linen #F2EDE7

RGB

 RED value IS 242 (94.92% from 255) = 34.08%

 GREEN value IS 237 (92.97% from 255) = 33.38%

 BLUE value IS 231 (90.63% from 255) = 32.54%

R = 34.08%
G = 33.38%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F2EDE7 (or 0xF2EDE7) is known color: Linen. HEX triplet: F2, ED and E7. RGB value is (242,237,231). Sum of RGB (Red+Green+Blue) = 242+237+231=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 231 (90.62% from 255 or 32.54% from 710); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EDE7 is #0D1218. Grayscale: #EDEDED. Windows color (decimal): -856601 or 15199730. OLE color: 15199730.

HSL color Cylindrical-coordinate representation of color #F2EDE7: hue angle of 32.73º degrees, saturation: 0.3, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F2EDE7 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 237 231 -
CMYK 0 0.02 0.05 0.05
HSL 32.73º 0.3% 0.93% -
HSV(B) 32.73º 0.05% 0.95% -
XYZ 81.33 85.22 87.76 -
YUV 237.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 242 237 231 0 0.02 0.05 0.05 32.73 0.3 0.93
Hex F2 ED E7 0 2 5 5 21 1E 5D
Octal 362 355 347 0 2 5 5 41 36 135
Binary 11110010 11101101 11100111 0 10 101 101 100001 11110 1011101

Color Harmonies of #F2EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EDE7

Black with #F2EDE7

Text Example


Text Example

White with #F2EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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