Shades of Classic Rose #FDD0EF
Tints of Classic Rose #FDD0EF
RGB
CMYK
RGB Variations
Color information
#FDD0EF (or 0xFDD0EF) is known color: Classic Rose. HEX triplet: FD, D0 and EF. RGB value is (253,208,239). Sum of RGB (Red+Green+Blue) = 253+208+239=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 208 (81.64% from 255 or 29.71% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0EF is #022F10. Grayscale: #E0E0E0. Windows color (decimal): -143121 or 15716605. OLE color: 15716605.
HSL color Cylindrical-coordinate representation of color #FDD0EF: hue angle of 318.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD0EF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 239 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.01 |
| HSL | 318.67º | 0.92% | 0.9% | - |
| HSV(B) | 318.67º | 0.18% | 0.99% | - |
| XYZ | 78.64 | 72.23 | 91.46 | - |
| YUV | 224.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 239 | 0 | 0.18 | 0.06 | 0.01 | 318.67 | 0.92 | 0.9 |
| Hex | FD | D0 | EF | 0 | 12 | 6 | 1 | 13F | 5C | 5A |
| Octal | 375 | 320 | 357 | 0 | 22 | 6 | 1 | 477 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11101111 | 0 | 10010 | 110 | 1 | 100111111 | 1011100 | 1011010 |
Color Harmonies of #FDD0EF
Complementary color
Monochromatic Colors of #FDD0EF
Black with #FDD0EF
Text Example
Text Example
White with #FDD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0EF; }
p { color: rgb(253,208,239); }
H1.HeaderClassName
{
color: #FDD0EF;
}
.AnyTagClassName
{
color: #FDD0EF;
}
</style>
background-color css
<style>
a { background-color: #FDD0EF; }
a { background-color: rgb(253,208,239); }
div.DivClassName
{
background-color: #FDD0EF;
}
.BgClassName
{
background-color: #FDD0EF;
}
</style>
border-color css
<style>
span { border-color: #FDD0EF; }
span { border-color: rgb(253,208,239); }
td.TdClassName
{
border-color: #FDD0EF;
}
.TagClassName
{
border-color: #FDD0EF;
}
</style>