#F0EFEE

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

Shades of Hint Of Red #F0EFEE

Tints of Hint Of Red #F0EFEE

Color information

#F0EFEE (or 0xF0EFEE) is unknown color: approx Hint Of Red. HEX triplet: F0, EF and EE. RGB value is (240,239,238). Sum of RGB (Red+Green+Blue) = 240+239+238=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 238 (93.36% from 255 or 33.19% from 717); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EFEE is #0F1011. Grayscale: #EFEFEF. Windows color (decimal): -987154 or 15658992. OLE color: 15658992.

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

Color convert

RGB240239238-
CMYK00.000.010.06
HSL30º6.25%93.73%-
HSV(B)30º0.83%94.12%-
XYZ82.2386.4393.24-
YUV239.18127.33128.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.47%
GREEN value IS 239 (93.75% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 33.19%
R=33.47%
G=33.33%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023923800.000.010.06306.2593.73
HexF0EFEE00161e65e
Octal3603573560016366136
Binary111100001110111111101110001110111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFEE; }

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

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

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

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

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

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

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

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