Html Css Color HEX #FFF2E7 Linen

📋 copy color: '#FFF2E7'

red 255 ◦ green 242 ◦ blue 231

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

Shades of Linen #FFF2E7

Tints of Linen #FFF2E7

RGB

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

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

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

R = 35.03%
G = 33.24%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFF2E7 (or 0xFFF2E7) is known color: Linen. HEX triplet: FF, F2 and E7. RGB value is (255,242,231). Sum of RGB (Red+Green+Blue) = 255+242+231=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 242 (94.92% from 255 or 33.24% from 728); Blue value is 231 (90.62% from 255 or 31.73% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF2E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF2E7 is #000D18. Grayscale: #F4F4F4. Windows color (decimal): -3353 or 15201023. OLE color: 15201023.

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

Color convert

RGB 255 242 231 -
CMYK 0 0.05 0.09 0
HSL 27.5º 1% 0.95% -
HSV(B) 27.5º 0.09% 1% -
XYZ 87.42 90.53 88.47 -
YUV 244.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 255 242 231 0 0.05 0.09 0 27.5 1 0.95
Hex FF F2 E7 0 5 9 0 1C 64 5F
Octal 377 362 347 0 5 11 0 34 144 137
Binary 11111111 11110010 11100111 0 101 1001 0 11100 1100100 1011111

Color Harmonies of #FFF2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF2E7

Black with #FFF2E7

Text Example


Text Example

White with #FFF2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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