Shades of Classic Rose #FFC7DD
Tints of Classic Rose #FFC7DD
RGB
CMYK
RGB Variations
Color information
#FFC7DD (or 0xFFC7DD) is known color: Classic Rose. HEX triplet: FF, C7 and DD. RGB value is (255,199,221). Sum of RGB (Red+Green+Blue) = 255+199+221=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7DD is #003822. Grayscale: #DADADA. Windows color (decimal): -14371 or 14534655. OLE color: 14534655.
HSL color Cylindrical-coordinate representation of color #FFC7DD: hue angle of 336.43º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC7DD is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 221 | - |
| CMYK | 0 | 0.22 | 0.13 | 0 |
| HSL | 336.43º | 1% | 0.89% | - |
| HSV(B) | 336.43º | 0.22% | 1% | - |
| XYZ | 74.71 | 67.33 | 77.46 | - |
| YUV | 218.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 221 | 0 | 0.22 | 0.13 | 0 | 336.43 | 1 | 0.89 |
| Hex | FF | C7 | DD | 0 | 16 | D | 0 | 150 | 64 | 59 |
| Octal | 377 | 307 | 335 | 0 | 26 | 15 | 0 | 520 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11011101 | 0 | 10110 | 1101 | 0 | 101010000 | 1100100 | 1011001 |
Color Harmonies of #FFC7DD
Complementary color
Monochromatic Colors of #FFC7DD
Black with #FFC7DD
Text Example
Text Example
White with #FFC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7DD; }
p { color: rgb(255,199,221); }
H1.HeaderClassName
{
color: #FFC7DD;
}
.AnyTagClassName
{
color: #FFC7DD;
}
</style>
background-color css
<style>
a { background-color: #FFC7DD; }
a { background-color: rgb(255,199,221); }
div.DivClassName
{
background-color: #FFC7DD;
}
.BgClassName
{
background-color: #FFC7DD;
}
</style>
border-color css
<style>
span { border-color: #FFC7DD; }
span { border-color: rgb(255,199,221); }
td.TdClassName
{
border-color: #FFC7DD;
}
.TagClassName
{
border-color: #FFC7DD;
}
</style>