#F9EDE7

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

Shades of Rose White #F9EDE7

Tints of Rose White #F9EDE7

Color information

#F9EDE7 (or 0xF9EDE7) is unknown color: approx Rose White. HEX triplet: F9, ED and E7. RGB value is (249,237,231). Sum of RGB (Red+Green+Blue) = 249+237+231=717 (94% of max value = 765). Red value is 249 (97.66% from 255 or 34.73% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 231 (90.62% from 255 or 32.22% from 717); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EDE7 is #061218. Grayscale: #EFEFEF. Windows color (decimal): -397849 or 15199737. OLE color: 15199737.

HSL color Cylindrical-coordinate representation of color #F9EDE7: hue angle of 20º degrees, saturation: 0.6, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F9EDE7 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB249237231-
CMYK00.050.070.02
HSL20º60%94.12%-
HSV(B)20º7.23%97.65%-
XYZ83.7786.4887.88-
YUV239.9122.98134.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.73%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 231 (90.62% from 255) = 32.22%
R=34.73%
G=33.05%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923723100.050.070.02206094.12
HexF9EDE70572143c5e
Octal37135534705722474136
Binary111110011110110111100111010111110101001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDE7; }

 p { color: rgb(249,237,231); }

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

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

 a { background-color: rgb(249,237,231); }

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

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

 span { border-color: rgb(249,237,231); }

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