Shades of Rose White #FDEEE6
Tints of Rose White #FDEEE6
RGB
CMYK
RGB Variations
Color information
#FDEEE6 (or 0xFDEEE6) is known color: Rose White. HEX triplet: FD, EE and E6. RGB value is (253,238,230). Sum of RGB (Red+Green+Blue) = 253+238+230=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 230 (90.23% from 255 or 31.90% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEE6 is #021119. Grayscale: #F1F1F1. Windows color (decimal): -135450 or 15134461. OLE color: 15134461.
HSL color Cylindrical-coordinate representation of color #FDEEE6: hue angle of 20.87º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDEEE6 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 230 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.01 |
| HSL | 20.87º | 0.85% | 0.95% | - |
| HSV(B) | 20.87º | 0.09% | 0.99% | - |
| XYZ | 85.37 | 87.74 | 87.3 | - |
| YUV | 241.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 230 | 0 | 0.06 | 0.09 | 0.01 | 20.87 | 0.85 | 0.95 |
| Hex | FD | EE | E6 | 0 | 6 | 9 | 1 | 15 | 55 | 5F |
| Octal | 375 | 356 | 346 | 0 | 6 | 11 | 1 | 25 | 125 | 137 |
| Binary | 11111101 | 11101110 | 11100110 | 0 | 110 | 1001 | 1 | 10101 | 1010101 | 1011111 |
Color Harmonies of #FDEEE6
Complementary color
Monochromatic Colors of #FDEEE6
Black with #FDEEE6
Text Example
Text Example
White with #FDEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEE6; }
p { color: rgb(253,238,230); }
H1.HeaderClassName
{
color: #FDEEE6;
}
.AnyTagClassName
{
color: #FDEEE6;
}
</style>
background-color css
<style>
a { background-color: #FDEEE6; }
a { background-color: rgb(253,238,230); }
div.DivClassName
{
background-color: #FDEEE6;
}
.BgClassName
{
background-color: #FDEEE6;
}
</style>
border-color css
<style>
span { border-color: #FDEEE6; }
span { border-color: rgb(253,238,230); }
td.TdClassName
{
border-color: #FDEEE6;
}
.TagClassName
{
border-color: #FDEEE6;
}
</style>