#F8F0EC

Color #F8F0EC Rose White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose White #F8F0EC

Tints of Rose White #F8F0EC

Color information

#F8F0EC (or 0xF8F0EC) is unknown color: approx Rose White. HEX triplet: F8, F0 and EC. RGB value is (248,240,236). Sum of RGB (Red+Green+Blue) = 248+240+236=724 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.25% from 724); Green value is 240 (94.14% from 255 or 33.15% from 724); Blue value is 236 (92.58% from 255 or 32.60% from 724); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0EC is #070F13. Grayscale: #F1F1F1. Windows color (decimal): -462612 or 15528184. OLE color: 15528184.

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

Color convert

RGB248240236-
CMYK00.030.050.03
HSL20º46.15%94.9%-
HSV(B)20º4.84%97.25%-
XYZ85.0188.3391.93-
YUV241.94124.65132.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.25%
GREEN value IS 240 (94.14% from 255) = 33.15%
BLUE value IS 236 (92.58% from 255) = 32.60%
R=34.25%
G=33.15%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824023600.030.050.032046.1594.9
HexF8F0EC0353142e5f
Octal37036035403532456137
Binary11111000111100001110110001110111101001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F0EC; }

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

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

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

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

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

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

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

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