Shades of Classic Rose #FFC6E3
Tints of Classic Rose #FFC6E3
RGB
CMYK
RGB Variations
Color information
#FFC6E3 (or 0xFFC6E3) is known color: Classic Rose. HEX triplet: FF, C6 and E3. RGB value is (255,198,227). Sum of RGB (Red+Green+Blue) = 255+198+227=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 198 (77.73% from 255 or 29.12% from 680); Blue value is 227 (89.06% from 255 or 33.38% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6E3 is #00391C. Grayscale: #DADADA. Windows color (decimal): -14621 or 14927615. OLE color: 14927615.
HSL color Cylindrical-coordinate representation of color #FFC6E3: hue angle of 329.47º 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 #FFC6E3 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 227 | - |
| CMYK | 0 | 0.22 | 0.11 | 0 |
| HSL | 329.47º | 1% | 0.89% | - |
| HSV(B) | 329.47º | 0.22% | 1% | - |
| XYZ | 75.3 | 67.19 | 81.67 | - |
| YUV | 218.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 227 | 0 | 0.22 | 0.11 | 0 | 329.47 | 1 | 0.89 |
| Hex | FF | C6 | E3 | 0 | 16 | B | 0 | 149 | 64 | 59 |
| Octal | 377 | 306 | 343 | 0 | 26 | 13 | 0 | 511 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11100011 | 0 | 10110 | 1011 | 0 | 101001001 | 1100100 | 1011001 |
Color Harmonies of #FFC6E3
Complementary color
Monochromatic Colors of #FFC6E3
Black with #FFC6E3
Text Example
Text Example
White with #FFC6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6E3; }
p { color: rgb(255,198,227); }
H1.HeaderClassName
{
color: #FFC6E3;
}
.AnyTagClassName
{
color: #FFC6E3;
}
</style>
background-color css
<style>
a { background-color: #FFC6E3; }
a { background-color: rgb(255,198,227); }
div.DivClassName
{
background-color: #FFC6E3;
}
.BgClassName
{
background-color: #FFC6E3;
}
</style>
border-color css
<style>
span { border-color: #FFC6E3; }
span { border-color: rgb(255,198,227); }
td.TdClassName
{
border-color: #FFC6E3;
}
.TagClassName
{
border-color: #FFC6E3;
}
</style>