Shades of Classic Rose #FFC6E1
Tints of Classic Rose #FFC6E1
RGB
CMYK
RGB Variations
Color information
#FFC6E1 (or 0xFFC6E1) is known color: Classic Rose. HEX triplet: FF, C6 and E1. RGB value is (255,198,225). Sum of RGB (Red+Green+Blue) = 255+198+225=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6E1 is #00391E. Grayscale: #DADADA. Windows color (decimal): -14623 or 14796543. OLE color: 14796543.
HSL color Cylindrical-coordinate representation of color #FFC6E1: hue angle of 331.58º 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 #FFC6E1 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 225 | - |
| CMYK | 0 | 0.22 | 0.12 | 0 |
| HSL | 331.58º | 1% | 0.89% | - |
| HSV(B) | 331.58º | 0.22% | 1% | - |
| XYZ | 75.02 | 67.08 | 80.23 | - |
| YUV | 218.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 225 | 0 | 0.22 | 0.12 | 0 | 331.58 | 1 | 0.89 |
| Hex | FF | C6 | E1 | 0 | 16 | C | 0 | 14C | 64 | 59 |
| Octal | 377 | 306 | 341 | 0 | 26 | 14 | 0 | 514 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11100001 | 0 | 10110 | 1100 | 0 | 101001100 | 1100100 | 1011001 |
Color Harmonies of #FFC6E1
Complementary color
Monochromatic Colors of #FFC6E1
Black with #FFC6E1
Text Example
Text Example
White with #FFC6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6E1; }
p { color: rgb(255,198,225); }
H1.HeaderClassName
{
color: #FFC6E1;
}
.AnyTagClassName
{
color: #FFC6E1;
}
</style>
background-color css
<style>
a { background-color: #FFC6E1; }
a { background-color: rgb(255,198,225); }
div.DivClassName
{
background-color: #FFC6E1;
}
.BgClassName
{
background-color: #FFC6E1;
}
</style>
border-color css
<style>
span { border-color: #FFC6E1; }
span { border-color: rgb(255,198,225); }
td.TdClassName
{
border-color: #FFC6E1;
}
.TagClassName
{
border-color: #FFC6E1;
}
</style>