Shades of Rose White #FDEEE7
Tints of Rose White #FDEEE7
RGB
CMYK
RGB Variations
Color information
#FDEEE7 (or 0xFDEEE7) is known color: Rose White. HEX triplet: FD, EE and E7. RGB value is (253,238,231). Sum of RGB (Red+Green+Blue) = 253+238+231=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 231 (90.62% from 255 or 31.99% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEE7 is #021118. Grayscale: #F1F1F1. Windows color (decimal): -135449 or 15199997. OLE color: 15199997.
HSL color Cylindrical-coordinate representation of color #FDEEE7: hue angle of 19.09º 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 #FDEEE7 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 231 | - |
CMYK | 0 | 0.06 | 0.09 | 0.01 |
HSL | 19.09º | 0.85% | 0.95% | - |
HSV(B) | 19.09º | 0.09% | 0.99% | - |
XYZ | 85.51 | 87.8 | 88.04 | - |
YUV | 241.69 | 121.97 | 136.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 231 | 0 | 0.06 | 0.09 | 0.01 | 19.09 | 0.85 | 0.95 |
Hex | FD | EE | E7 | 0 | 6 | 9 | 1 | 13 | 55 | 5F |
Octal | 375 | 356 | 347 | 0 | 6 | 11 | 1 | 23 | 125 | 137 |
Binary | 11111101 | 11101110 | 11100111 | 0 | 110 | 1001 | 1 | 10011 | 1010101 | 1011111 |
Color Harmonies of #FDEEE7
Complementary color
Monochromatic Colors of #FDEEE7
Black with #FDEEE7
Text Example
Text Example
White with #FDEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEE7; }
p { color: rgb(253,238,231); }
H1.HeaderClassName
{
color: #FDEEE7;
}
.AnyTagClassName
{
color: #FDEEE7;
}
</style>
background-color css
<style>
a { background-color: #FDEEE7; }
a { background-color: rgb(253,238,231); }
div.DivClassName
{
background-color: #FDEEE7;
}
.BgClassName
{
background-color: #FDEEE7;
}
</style>
border-color css
<style>
span { border-color: #FDEEE7; }
span { border-color: rgb(253,238,231); }
td.TdClassName
{
border-color: #FDEEE7;
}
.TagClassName
{
border-color: #FDEEE7;
}
</style>