#F8F0EE

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

Shades of Rose White #F8F0EE

Tints of Rose White #F8F0EE

Color information

#F8F0EE (or 0xF8F0EE) is unknown color: approx Rose White. HEX triplet: F8, F0 and EE. RGB value is (248,240,238). Sum of RGB (Red+Green+Blue) = 248+240+238=726 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.16% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 238 (93.36% from 255 or 32.78% from 726); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8F0EE is #070F11. Grayscale: #F2F2F2. Windows color (decimal): -462610 or 15659256. OLE color: 15659256.

HSL color Cylindrical-coordinate representation of color #F8F0EE: hue angle of 12º degrees, saturation: 0.42, 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 #F8F0EE is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248240238-
CMYK00.030.040.03
HSL12º41.67%95.29%-
HSV(B)12º4.03%97.25%-
XYZ85.388.4593.47-
YUV242.16125.65132.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.16%
GREEN value IS 240 (94.14% from 255) = 33.06%
BLUE value IS 238 (93.36% from 255) = 32.78%
R=34.16%
G=33.06%
B=32.78%

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
Decimal24824023800.030.040.031241.6795.29
HexF8F0EE0343c2a5f
Octal37036035603431452137
Binary1111100011110000111011100111001111001010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F0EE; }

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

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

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

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

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

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

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

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