#F8EDE9

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

Shades of Rose White #F8EDE9

Tints of Rose White #F8EDE9

Color information

#F8EDE9 (or 0xF8EDE9) is unknown color: approx Rose White. HEX triplet: F8, ED and E9. RGB value is (248,237,233). Sum of RGB (Red+Green+Blue) = 248+237+233=718 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.54% from 718); Green value is 237 (92.97% from 255 or 33.01% from 718); Blue value is 233 (91.41% from 255 or 32.45% from 718); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDE9 is #071216. Grayscale: #EFEFEF. Windows color (decimal): -463383 or 15330808. OLE color: 15330808.

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

Color convert

RGB248237233-
CMYK00.040.060.03
HSL16º51.72%94.31%-
HSV(B)16º6.05%97.25%-
XYZ83.786.4189.36-
YUV239.83124.14133.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.54%
GREEN value IS 237 (92.97% from 255) = 33.01%
BLUE value IS 233 (91.41% from 255) = 32.45%
R=34.54%
G=33.01%
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
Decimal24823723300.040.060.031651.7294.31
HexF8EDE9046310345e
Octal37035535104632064136
Binary111110001110110111101001010011011100001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDE9; }

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

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

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

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

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

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

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

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