Shades of Classic Rose #FFC7E6
Tints of Classic Rose #FFC7E6
RGB
CMYK
RGB Variations
Color information
#FFC7E6 (or 0xFFC7E6) is known color: Classic Rose. HEX triplet: FF, C7 and E6. RGB value is (255,199,230). Sum of RGB (Red+Green+Blue) = 255+199+230=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 199 (78.12% from 255 or 29.09% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7E6 is #003819. Grayscale: #DBDBDB. Windows color (decimal): -14362 or 15124479. OLE color: 15124479.
HSL color Cylindrical-coordinate representation of color #FFC7E6: hue angle of 326.79º 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 #FFC7E6 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 230 | - |
| CMYK | 0 | 0.22 | 0.10 | 0 |
| HSL | 326.79º | 1% | 0.89% | - |
| HSV(B) | 326.79º | 0.22% | 1% | - |
| XYZ | 75.95 | 67.82 | 83.95 | - |
| YUV | 219.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 230 | 0 | 0.22 | 0.10 | 0 | 326.79 | 1 | 0.89 |
| Hex | FF | C7 | E6 | 0 | 16 | A | 0 | 147 | 64 | 59 |
| Octal | 377 | 307 | 346 | 0 | 26 | 12 | 0 | 507 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11100110 | 0 | 10110 | 1010 | 0 | 101000111 | 1100100 | 1011001 |
Color Harmonies of #FFC7E6
Complementary color
Monochromatic Colors of #FFC7E6
Black with #FFC7E6
Text Example
Text Example
White with #FFC7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7E6; }
p { color: rgb(255,199,230); }
H1.HeaderClassName
{
color: #FFC7E6;
}
.AnyTagClassName
{
color: #FFC7E6;
}
</style>
background-color css
<style>
a { background-color: #FFC7E6; }
a { background-color: rgb(255,199,230); }
div.DivClassName
{
background-color: #FFC7E6;
}
.BgClassName
{
background-color: #FFC7E6;
}
</style>
border-color css
<style>
span { border-color: #FFC7E6; }
span { border-color: rgb(255,199,230); }
td.TdClassName
{
border-color: #FFC7E6;
}
.TagClassName
{
border-color: #FFC7E6;
}
</style>