Shades of Rose White #FDEEE9
Tints of Rose White #FDEEE9
RGB
CMYK
RGB Variations
Color information
#FDEEE9 (or 0xFDEEE9) is known color: 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
RGB | 253 | 238 | 233 | - |
CMYK | 0 | 0.06 | 0.08 | 0.01 |
HSL | 15º | 0.83% | 0.95% | - |
HSV(B) | 15º | 0.08% | 0.99% | - |
XYZ | 85.79 | 87.91 | 89.54 | - |
YUV | 241.92 | 122.97 | 135.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 233 | 0 | 0.06 | 0.08 | 0.01 | 15 | 0.83 | 0.95 |
Hex | FD | EE | E9 | 0 | 6 | 8 | 1 | F | 53 | 5F |
Octal | 375 | 356 | 351 | 0 | 6 | 10 | 1 | 17 | 123 | 137 |
Binary | 11111101 | 11101110 | 11101001 | 0 | 110 | 1000 | 1 | 1111 | 1010011 | 1011111 |
Color Harmonies of #FDEEE9
Complementary color
Monochromatic Colors of #FDEEE9
Black with #FDEEE9
Text Example
Text Example
White with #FDEEE9
Text Example
Text Example
HTML Codes & Css Web 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>