Shades of Classic Rose #FFC6E0
Tints of Classic Rose #FFC6E0
RGB
CMYK
RGB Variations
Color information
#FFC6E0 (or 0xFFC6E0) is known color: Classic Rose. HEX triplet: FF, C6 and E0. RGB value is (255,198,224). Sum of RGB (Red+Green+Blue) = 255+198+224=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6E0 is #00391F. Grayscale: #D9D9D9. Windows color (decimal): -14624 or 14731007. OLE color: 14731007.
HSL color Cylindrical-coordinate representation of color #FFC6E0: hue angle of 332.63º 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 #FFC6E0 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 224 | - |
| CMYK | 0 | 0.22 | 0.12 | 0 |
| HSL | 332.63º | 1% | 0.89% | - |
| HSV(B) | 332.63º | 0.22% | 1% | - |
| XYZ | 74.89 | 67.03 | 79.51 | - |
| YUV | 218.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 224 | 0 | 0.22 | 0.12 | 0 | 332.63 | 1 | 0.89 |
| Hex | FF | C6 | E0 | 0 | 16 | C | 0 | 14D | 64 | 59 |
| Octal | 377 | 306 | 340 | 0 | 26 | 14 | 0 | 515 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11100000 | 0 | 10110 | 1100 | 0 | 101001101 | 1100100 | 1011001 |
Color Harmonies of #FFC6E0
Complementary color
Monochromatic Colors of #FFC6E0
Black with #FFC6E0
Text Example
Text Example
White with #FFC6E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6E0; }
p { color: rgb(255,198,224); }
H1.HeaderClassName
{
color: #FFC6E0;
}
.AnyTagClassName
{
color: #FFC6E0;
}
</style>
background-color css
<style>
a { background-color: #FFC6E0; }
a { background-color: rgb(255,198,224); }
div.DivClassName
{
background-color: #FFC6E0;
}
.BgClassName
{
background-color: #FFC6E0;
}
</style>
border-color css
<style>
span { border-color: #FFC6E0; }
span { border-color: rgb(255,198,224); }
td.TdClassName
{
border-color: #FFC6E0;
}
.TagClassName
{
border-color: #FFC6E0;
}
</style>