Shades of Classic Rose #FFC8DD
Tints of Classic Rose #FFC8DD
RGB
CMYK
RGB Variations
Color information
#FFC8DD (or 0xFFC8DD) is known color: Classic Rose. HEX triplet: FF, C8 and DD. RGB value is (255,200,221). Sum of RGB (Red+Green+Blue) = 255+200+221=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 200 (78.52% from 255 or 29.59% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8DD is #003722. Grayscale: #DADADA. Windows color (decimal): -14115 or 14534911. OLE color: 14534911.
HSL color Cylindrical-coordinate representation of color #FFC8DD: hue angle of 337.09º 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 #FFC8DD is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 221 | - |
| CMYK | 0 | 0.22 | 0.13 | 0 |
| HSL | 337.09º | 1% | 0.89% | - |
| HSV(B) | 337.09º | 0.22% | 1% | - |
| XYZ | 74.95 | 67.79 | 77.54 | - |
| YUV | 218.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 221 | 0 | 0.22 | 0.13 | 0 | 337.09 | 1 | 0.89 |
| Hex | FF | C8 | DD | 0 | 16 | D | 0 | 151 | 64 | 59 |
| Octal | 377 | 310 | 335 | 0 | 26 | 15 | 0 | 521 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11011101 | 0 | 10110 | 1101 | 0 | 101010001 | 1100100 | 1011001 |
Color Harmonies of #FFC8DD
Complementary color
Monochromatic Colors of #FFC8DD
Black with #FFC8DD
Text Example
Text Example
White with #FFC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8DD; }
p { color: rgb(255,200,221); }
H1.HeaderClassName
{
color: #FFC8DD;
}
.AnyTagClassName
{
color: #FFC8DD;
}
</style>
background-color css
<style>
a { background-color: #FFC8DD; }
a { background-color: rgb(255,200,221); }
div.DivClassName
{
background-color: #FFC8DD;
}
.BgClassName
{
background-color: #FFC8DD;
}
</style>
border-color css
<style>
span { border-color: #FFC8DD; }
span { border-color: rgb(255,200,221); }
td.TdClassName
{
border-color: #FFC8DD;
}
.TagClassName
{
border-color: #FFC8DD;
}
</style>