#F8EEEA

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

Shades of Rose White #F8EEEA

Tints of Rose White #F8EEEA

Color information

#F8EEEA (or 0xF8EEEA) is unknown color: approx Rose White. HEX triplet: F8, EE and EA. RGB value is (248,238,234). Sum of RGB (Red+Green+Blue) = 248+238+234=720 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.44% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 234 (91.80% from 255 or 32.5% from 720); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EEEA is #071115. Grayscale: #F0F0F0. Windows color (decimal): -463126 or 15396600. OLE color: 15396600.

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

Color convert

RGB248238234-
CMYK00.040.060.03
HSL17.14º50%94.51%-
HSV(B)17.14º5.65%97.25%-
XYZ84.1487.0590.21-
YUV240.53124.31133.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.44%
GREEN value IS 238 (93.36% from 255) = 33.06%
BLUE value IS 234 (91.80% from 255) = 32.5%
R=34.44%
G=33.06%
B=32.5%

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
Decimal24823823400.040.060.0317.145094.51
HexF8EEEA046311325f
Octal37035635204632162137
Binary111110001110111011101010010011011100011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EEEA; }

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

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

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

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

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

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

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

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