Html Css Color HEX #FFF2E6 Linen

📋 copy color: '#FFF2E6'

red 255 ◦ green 242 ◦ blue 230

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

Shades of Linen #FFF2E6

Tints of Linen #FFF2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 31.64%

R = 35.08%
G = 33.29%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFF2E6 (or 0xFFF2E6) is known color: Linen. HEX triplet: FF, F2 and E6. RGB value is (255,242,230). Sum of RGB (Red+Green+Blue) = 255+242+230=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 230 (90.23% from 255 or 31.64% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2E6 is #000D19. Grayscale: #F4F4F4. Windows color (decimal): -3354 or 15135487. OLE color: 15135487.

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

Color convert

RGB 255 242 230 -
CMYK 0 0.05 0.10 0
HSL 28.8º 1% 0.95% -
HSV(B) 28.8º 0.1% 1% -
XYZ 87.28 90.48 87.73 -
YUV 244.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 255 242 230 0 0.05 0.10 0 28.8 1 0.95
Hex FF F2 E6 0 5 A 0 1D 64 5F
Octal 377 362 346 0 5 12 0 35 144 137
Binary 11111111 11110010 11100110 0 101 1010 0 11101 1100100 1011111

Color Harmonies of #FFF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2E6

Black with #FFF2E6

Text Example


Text Example

White with #FFF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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