Shades of Classic Rose #FFC6E9
Tints of Classic Rose #FFC6E9
RGB
CMYK
RGB Variations
Color information
#FFC6E9 (or 0xFFC6E9) is known color: Classic Rose. HEX triplet: FF, C6 and E9. RGB value is (255,198,233). Sum of RGB (Red+Green+Blue) = 255+198+233=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 198 (77.73% from 255 or 28.86% from 686); Blue value is 233 (91.41% from 255 or 33.97% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6E9 is #003916. Grayscale: #DADADA. Windows color (decimal): -14615 or 15320831. OLE color: 15320831.
HSL color Cylindrical-coordinate representation of color #FFC6E9: hue angle of 323.16º 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 #FFC6E9 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 233 | - |
| CMYK | 0 | 0.22 | 0.09 | 0 |
| HSL | 323.16º | 1% | 0.89% | - |
| HSV(B) | 323.16º | 0.22% | 1% | - |
| XYZ | 76.14 | 67.53 | 86.11 | - |
| YUV | 219.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 233 | 0 | 0.22 | 0.09 | 0 | 323.16 | 1 | 0.89 |
| Hex | FF | C6 | E9 | 0 | 16 | 9 | 0 | 143 | 64 | 59 |
| Octal | 377 | 306 | 351 | 0 | 26 | 11 | 0 | 503 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11101001 | 0 | 10110 | 1001 | 0 | 101000011 | 1100100 | 1011001 |
Color Harmonies of #FFC6E9
Complementary color
Monochromatic Colors of #FFC6E9
Black with #FFC6E9
Text Example
Text Example
White with #FFC6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6E9; }
p { color: rgb(255,198,233); }
H1.HeaderClassName
{
color: #FFC6E9;
}
.AnyTagClassName
{
color: #FFC6E9;
}
</style>
background-color css
<style>
a { background-color: #FFC6E9; }
a { background-color: rgb(255,198,233); }
div.DivClassName
{
background-color: #FFC6E9;
}
.BgClassName
{
background-color: #FFC6E9;
}
</style>
border-color css
<style>
span { border-color: #FFC6E9; }
span { border-color: rgb(255,198,233); }
td.TdClassName
{
border-color: #FFC6E9;
}
.TagClassName
{
border-color: #FFC6E9;
}
</style>