#F8EFEA

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

Shades of Hint Of Red #F8EFEA

Tints of Hint Of Red #F8EFEA

Color information

#F8EFEA (or 0xF8EFEA) is unknown color: approx Hint Of Red. HEX triplet: F8, EF and EA. RGB value is (248,239,234). Sum of RGB (Red+Green+Blue) = 248+239+234=721 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.40% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 234 (91.80% from 255 or 32.45% from 721); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EFEA is #071015. Grayscale: #F1F1F1. Windows color (decimal): -462870 or 15396856. OLE color: 15396856.

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

Color convert

RGB248239234-
CMYK00.040.060.03
HSL21.43º50%94.51%-
HSV(B)21.43º5.65%97.25%-
XYZ84.4387.6390.31-
YUV241.12123.98132.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.40%
GREEN value IS 239 (93.75% from 255) = 33.15%
BLUE value IS 234 (91.80% from 255) = 32.45%
R=34.40%
G=33.15%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823923400.040.060.0321.435094.51
HexF8EFEA046315325f
Octal37035735204632562137
Binary111110001110111111101010010011011101011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EFEA; }

 p { color: rgb(248,239,234); }

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

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

 a { background-color: rgb(248,239,234); }

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

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

 span { border-color: rgb(248,239,234); }

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