#F5F1EE

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

Shades of Hint Of Red #F5F1EE

Tints of Hint Of Red #F5F1EE

Color information

#F5F1EE (or 0xF5F1EE) is unknown color: approx Hint Of Red. HEX triplet: F5, F1 and EE. RGB value is (245,241,238). Sum of RGB (Red+Green+Blue) = 245+241+238=724 (95% of max value = 765). Red value is 245 (96.09% from 255 or 33.84% from 724); Green value is 241 (94.53% from 255 or 33.29% from 724); Blue value is 238 (93.36% from 255 or 32.87% from 724); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F1EE is #0A0E11. Grayscale: #F1F1F1. Windows color (decimal): -658962 or 15659509. OLE color: 15659509.

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

Color convert

RGB245241238-
CMYK00.020.030.04
HSL25.71º25.93%94.71%-
HSV(B)25.71º2.86%96.08%-
XYZ84.5488.593.51-
YUV241.85125.83130.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.84%
GREEN value IS 241 (94.53% from 255) = 33.29%
BLUE value IS 238 (93.36% from 255) = 32.87%
R=33.84%
G=33.29%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524123800.020.030.0425.7125.9394.71
HexF5F1EE02341a1a5f
Octal36536135602343232137
Binary1111010111110001111011100101110011010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F1EE; }

 p { color: rgb(245,241,238); }

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

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

 a { background-color: rgb(245,241,238); }

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

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

 span { border-color: rgb(245,241,238); }

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