#F5F0EC

Color #F5F0EC Hint Of Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Red #F5F0EC

Tints of Hint Of Red #F5F0EC

Color information

#F5F0EC (or 0xF5F0EC) is unknown color: approx Hint Of Red. HEX triplet: F5, F0 and EC. RGB value is (245,240,236). Sum of RGB (Red+Green+Blue) = 245+240+236=721 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.98% from 721); Green value is 240 (94.14% from 255 or 33.29% from 721); Blue value is 236 (92.58% from 255 or 32.73% from 721); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F0EC is #0A0F13. Grayscale: #F1F1F1. Windows color (decimal): -659220 or 15528181. OLE color: 15528181.

HSL color Cylindrical-coordinate representation of color #F5F0EC: hue angle of 26.67º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F5F0EC is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245240236-
CMYK00.020.040.04
HSL26.67º31.03%94.31%-
HSV(B)26.67º3.67%96.08%-
XYZ83.9687.7991.88-
YUV241.04125.16130.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.98%
GREEN value IS 240 (94.14% from 255) = 33.29%
BLUE value IS 236 (92.58% from 255) = 32.73%
R=33.98%
G=33.29%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524023600.020.040.0426.6731.0394.31
HexF5F0EC02441b1f5e
Octal36536035402443337136
Binary11110101111100001110110001010010011011111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F0EC; }

 p { color: rgb(245,240,236); }

 H1.HeaderClassName
 {
   color: #F5F0EC;
 }
 .AnyTagClassName
 {
   color: #F5F0EC;
 }
</style>
background-color css

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

 a { background-color: rgb(245,240,236); }

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

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

 span { border-color: rgb(245,240,236); }

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