#F8F0ED

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

Shades of Rose White #F8F0ED

Tints of Rose White #F8F0ED

Color information

#F8F0ED (or 0xF8F0ED) is unknown color: approx Rose White. HEX triplet: F8, F0 and ED. RGB value is (248,240,237). Sum of RGB (Red+Green+Blue) = 248+240+237=725 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.21% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 237 (92.97% from 255 or 32.69% from 725); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0ED is #070F12. Grayscale: #F2F2F2. Windows color (decimal): -462611 or 15593720. OLE color: 15593720.

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

Color convert

RGB248240237-
CMYK00.030.040.03
HSL16.36º44%95.1%-
HSV(B)16.36º4.44%97.25%-
XYZ85.1688.3992.69-
YUV242.05125.15132.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.21%
GREEN value IS 240 (94.14% from 255) = 33.10%
BLUE value IS 237 (92.97% from 255) = 32.69%
R=34.21%
G=33.10%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824023700.030.040.0316.364495.1
HexF8F0ED0343102c5f
Octal37036035503432054137
Binary11111000111100001110110101110011100001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F0ED; }

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

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

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

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

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

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

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

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