Html Css Color HEX #FFF2E3 Linen

📋 copy color: '#FFF2E3'

red 255 ◦ green 242 ◦ blue 227

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

Shades of Linen #FFF2E3

Tints of Linen #FFF2E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 31.35%

R = 35.22%
G = 33.43%
B = 31.35%

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

#FFF2E3 (or 0xFFF2E3) is known color: Linen. HEX triplet: FF, F2 and E3. RGB value is (255,242,227). Sum of RGB (Red+Green+Blue) = 255+242+227=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 242 (94.92% from 255 or 33.43% from 724); Blue value is 227 (89.06% from 255 or 31.35% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2E3 is #000D1C. Grayscale: #F4F4F4. Windows color (decimal): -3357 or 14938879. OLE color: 14938879.

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

Color convert

RGB 255 242 227 -
CMYK 0 0.05 0.11 0
HSL 32.14º 1% 0.95% -
HSV(B) 32.14º 0.11% 1% -
XYZ 86.86 90.31 85.53 -
YUV 244.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 255 242 227 0 0.05 0.11 0 32.14 1 0.95
Hex FF F2 E3 0 5 B 0 20 64 5F
Octal 377 362 343 0 5 13 0 40 144 137
Binary 11111111 11110010 11100011 0 101 1011 0 100000 1100100 1011111

Color Harmonies of #FFF2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2E3

Black with #FFF2E3

Text Example


Text Example

White with #FFF2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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