Shades of Classic Rose #FFC8DC
Tints of Classic Rose #FFC8DC
RGB
CMYK
RGB Variations
Color information
#FFC8DC (or 0xFFC8DC) is known color: Classic Rose. HEX triplet: FF, C8 and DC. RGB value is (255,200,220). Sum of RGB (Red+Green+Blue) = 255+200+220=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 200 (78.52% from 255 or 29.63% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC8DC is #003723. Grayscale: #DADADA. Windows color (decimal): -14116 or 14469375. OLE color: 14469375.
HSL color Cylindrical-coordinate representation of color #FFC8DC: hue angle of 338.18º 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 #FFC8DC is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 200 | 220 | - |
| CMYK | 0 | 0.22 | 0.14 | 0 |
| HSL | 338.18º | 1% | 0.89% | - |
| HSV(B) | 338.18º | 0.22% | 1% | - |
| XYZ | 74.81 | 67.74 | 76.84 | - |
| YUV | 218.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 200 | 220 | 0 | 0.22 | 0.14 | 0 | 338.18 | 1 | 0.89 |
| Hex | FF | C8 | DC | 0 | 16 | E | 0 | 152 | 64 | 59 |
| Octal | 377 | 310 | 334 | 0 | 26 | 16 | 0 | 522 | 144 | 131 |
| Binary | 11111111 | 11001000 | 11011100 | 0 | 10110 | 1110 | 0 | 101010010 | 1100100 | 1011001 |
Color Harmonies of #FFC8DC
Complementary color
Monochromatic Colors of #FFC8DC
Black with #FFC8DC
Text Example
Text Example
White with #FFC8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC8DC; }
p { color: rgb(255,200,220); }
H1.HeaderClassName
{
color: #FFC8DC;
}
.AnyTagClassName
{
color: #FFC8DC;
}
</style>
background-color css
<style>
a { background-color: #FFC8DC; }
a { background-color: rgb(255,200,220); }
div.DivClassName
{
background-color: #FFC8DC;
}
.BgClassName
{
background-color: #FFC8DC;
}
</style>
border-color css
<style>
span { border-color: #FFC8DC; }
span { border-color: rgb(255,200,220); }
td.TdClassName
{
border-color: #FFC8DC;
}
.TagClassName
{
border-color: #FFC8DC;
}
</style>