Html Css Color HEX #FFF2E2 Linen

📋 copy color: '#FFF2E2'

red 255 ◦ green 242 ◦ blue 226

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

Shades of Linen #FFF2E2

Tints of Linen #FFF2E2

RGB

 RED value IS 255 (100% from 255) = 35.27%

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

 BLUE value IS 226 (88.67% from 255) = 31.26%

R = 35.27%
G = 33.47%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#FFF2E2 (or 0xFFF2E2) is known color: Linen. HEX triplet: FF, F2 and E2. RGB value is (255,242,226). Sum of RGB (Red+Green+Blue) = 255+242+226=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 226 (88.67% from 255 or 31.26% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2E2 is #000D1D. Grayscale: #F4F4F4. Windows color (decimal): -3358 or 14873343. OLE color: 14873343.

HSL color Cylindrical-coordinate representation of color #FFF2E2: hue angle of 33.1º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFF2E2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 226 -
CMYK 0 0.05 0.11 0
HSL 33.1º 1% 0.94% -
HSV(B) 33.1º 0.11% 1% -
XYZ 86.72 90.26 84.8 -
YUV 244.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 255 242 226 0 0.05 0.11 0 33.1 1 0.94
Hex FF F2 E2 0 5 B 0 21 64 5E
Octal 377 362 342 0 5 13 0 41 144 136
Binary 11111111 11110010 11100010 0 101 1011 0 100001 1100100 1011110

Color Harmonies of #FFF2E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2E2

Black with #FFF2E2

Text Example


Text Example

White with #FFF2E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2E2; }

 p { color: rgb(255,242,226); }

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

background-color css

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

 a { background-color: rgb(255,242,226); }

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

border-color css

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

 span { border-color: rgb(255,242,226); }

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