#F9EEEA

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

Shades of Rose White #F9EEEA

Tints of Rose White #F9EEEA

Color information

#F9EEEA (or 0xF9EEEA) is unknown color: approx Rose White. HEX triplet: F9, EE and EA. RGB value is (249,238,234). Sum of RGB (Red+Green+Blue) = 249+238+234=721 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.54% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 234 (91.80% from 255 or 32.45% from 721); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EEEA is #061115. Grayscale: #F0F0F0. Windows color (decimal): -397590 or 15396601. OLE color: 15396601.

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

Color convert

RGB249238234-
CMYK00.040.060.02
HSL16º55.56%94.71%-
HSV(B)16º6.02%97.65%-
XYZ84.4987.2390.23-
YUV240.83124.14133.83-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.54%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 234 (91.80% 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.02
SystemRedGreenBlueCMYKHSL
Decimal24923823400.040.060.021655.5694.71
HexF9EEEA046210385f
Octal37135635204622070137
Binary111110011110111011101010010011010100001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EEEA; }

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

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

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

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

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

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

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

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