Shades of Classic Rose #FFC6E5
Tints of Classic Rose #FFC6E5
RGB
CMYK
RGB Variations
Color information
#FFC6E5 (or 0xFFC6E5) is known color: Classic Rose. HEX triplet: FF, C6 and E5. RGB value is (255,198,229). Sum of RGB (Red+Green+Blue) = 255+198+229=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 198 (77.73% from 255 or 29.03% from 682); Blue value is 229 (89.84% from 255 or 33.58% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6E5 is #00391A. Grayscale: #DADADA. Windows color (decimal): -14619 or 15058687. OLE color: 15058687.
HSL color Cylindrical-coordinate representation of color #FFC6E5: hue angle of 327.37º 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 #FFC6E5 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 229 | - |
| CMYK | 0 | 0.22 | 0.10 | 0 |
| HSL | 327.37º | 1% | 0.89% | - |
| HSV(B) | 327.37º | 0.22% | 1% | - |
| XYZ | 75.58 | 67.31 | 83.14 | - |
| YUV | 218.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 229 | 0 | 0.22 | 0.10 | 0 | 327.37 | 1 | 0.89 |
| Hex | FF | C6 | E5 | 0 | 16 | A | 0 | 147 | 64 | 59 |
| Octal | 377 | 306 | 345 | 0 | 26 | 12 | 0 | 507 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11100101 | 0 | 10110 | 1010 | 0 | 101000111 | 1100100 | 1011001 |
Color Harmonies of #FFC6E5
Complementary color
Monochromatic Colors of #FFC6E5
Black with #FFC6E5
Text Example
Text Example
White with #FFC6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6E5; }
p { color: rgb(255,198,229); }
H1.HeaderClassName
{
color: #FFC6E5;
}
.AnyTagClassName
{
color: #FFC6E5;
}
</style>
background-color css
<style>
a { background-color: #FFC6E5; }
a { background-color: rgb(255,198,229); }
div.DivClassName
{
background-color: #FFC6E5;
}
.BgClassName
{
background-color: #FFC6E5;
}
</style>
border-color css
<style>
span { border-color: #FFC6E5; }
span { border-color: rgb(255,198,229); }
td.TdClassName
{
border-color: #FFC6E5;
}
.TagClassName
{
border-color: #FFC6E5;
}
</style>