#FDEEE9

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

Shades of Rose White #FDEEE9

Tints of Rose White #FDEEE9

Color information

#FDEEE9 (or 0xFDEEE9) is unknown color: approx Rose White. HEX triplet: FD, EE and E9. RGB value is (253,238,233). Sum of RGB (Red+Green+Blue) = 253+238+233=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 233 (91.41% from 255 or 32.18% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEE9 is #021116. Grayscale: #F1F1F1. Windows color (decimal): -135447 or 15331069. OLE color: 15331069.

HSL color Cylindrical-coordinate representation of color #FDEEE9: hue angle of 15º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEEE9 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253238233-
CMYK00.060.080.01
HSL15º83.33%95.29%-
HSV(B)15º7.91%99.22%-
XYZ85.7987.9189.54-
YUV241.92122.97135.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.94%
GREEN value IS 238 (93.36% from 255) = 32.87%
BLUE value IS 233 (91.41% from 255) = 32.18%
R=34.94%
G=32.87%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323823300.060.080.011583.3395.29
HexFDEEE90681f535f
Octal3753563510610117123137
Binary111111011110111011101001011010001111110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEE9; }

 p { color: rgb(253,238,233); }

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

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

 a { background-color: rgb(253,238,233); }

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

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

 span { border-color: rgb(253,238,233); }

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