Html Css Color HEX #FFF2E5 Linen

📋 copy color: '#FFF2E5'

red 255 ◦ green 242 ◦ blue 229

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

Shades of Linen #FFF2E5

Tints of Linen #FFF2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 31.54%

R = 35.12%
G = 33.33%
B = 31.54%

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

#FFF2E5 (or 0xFFF2E5) is known color: Linen. HEX triplet: FF, F2 and E5. RGB value is (255,242,229). Sum of RGB (Red+Green+Blue) = 255+242+229=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 229 (89.84% from 255 or 31.54% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF2E5 is #000D1A. Grayscale: #F4F4F4. Windows color (decimal): -3355 or 15069951. OLE color: 15069951.

HSL color Cylindrical-coordinate representation of color #FFF2E5: hue angle of 30º 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 #FFF2E5 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 229 -
CMYK 0 0.05 0.10 0
HSL 30º 1% 0.95% -
HSV(B) 30º 0.1% 1% -
XYZ 87.13 90.42 86.99 -
YUV 244.41 119.31 135.56 -
System Red Green Blue C M Y K H S L
Decimal 255 242 229 0 0.05 0.10 0 30 1 0.95
Hex FF F2 E5 0 5 A 0 1E 64 5F
Octal 377 362 345 0 5 12 0 36 144 137
Binary 11111111 11110010 11100101 0 101 1010 0 11110 1100100 1011111

Color Harmonies of #FFF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2E5

Black with #FFF2E5

Text Example


Text Example

White with #FFF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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