#F2F0EE

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

Shades of Hint Of Red #F2F0EE

Tints of Hint Of Red #F2F0EE

Color information

#F2F0EE (or 0xF2F0EE) is unknown color: approx Hint Of Red. HEX triplet: F2, F0 and EE. RGB value is (242,240,238). Sum of RGB (Red+Green+Blue) = 242+240+238=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 238 (93.36% from 255 or 33.06% from 720); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0EE is #0D0F11. Grayscale: #F0F0F0. Windows color (decimal): -855826 or 15659250. OLE color: 15659250.

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

Color convert

RGB242240238-
CMYK00.010.020.05
HSL30º13.33%94.12%-
HSV(B)30º1.65%94.9%-
XYZ83.2187.3793.37-
YUV240.37126.66129.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.61%
GREEN value IS 240 (94.14% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 33.06%
R=33.61%
G=33.33%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224023800.010.020.053013.3394.12
HexF2F0EE01251ed5e
Octal36236035601253615136
Binary11110010111100001110111001101011111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0EE; }

 p { color: rgb(242,240,238); }

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

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

 a { background-color: rgb(242,240,238); }

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

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

 span { border-color: rgb(242,240,238); }

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