Shades of Classic Rose #FFC7E9
Tints of Classic Rose #FFC7E9
RGB
CMYK
RGB Variations
Color information
#FFC7E9 (or 0xFFC7E9) is known color: Classic Rose. HEX triplet: FF, C7 and E9. RGB value is (255,199,233). Sum of RGB (Red+Green+Blue) = 255+199+233=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 199 (78.12% from 255 or 28.97% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7E9 is #003816. Grayscale: #DBDBDB. Windows color (decimal): -14359 or 15321087. OLE color: 15321087.
HSL color Cylindrical-coordinate representation of color #FFC7E9: hue angle of 323.57º 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 #FFC7E9 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 233 | - |
| CMYK | 0 | 0.22 | 0.09 | 0 |
| HSL | 323.57º | 1% | 0.89% | - |
| HSV(B) | 323.57º | 0.22% | 1% | - |
| XYZ | 76.37 | 67.99 | 86.19 | - |
| YUV | 219.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 233 | 0 | 0.22 | 0.09 | 0 | 323.57 | 1 | 0.89 |
| Hex | FF | C7 | E9 | 0 | 16 | 9 | 0 | 144 | 64 | 59 |
| Octal | 377 | 307 | 351 | 0 | 26 | 11 | 0 | 504 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11101001 | 0 | 10110 | 1001 | 0 | 101000100 | 1100100 | 1011001 |
Color Harmonies of #FFC7E9
Complementary color
Monochromatic Colors of #FFC7E9
Black with #FFC7E9
Text Example
Text Example
White with #FFC7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7E9; }
p { color: rgb(255,199,233); }
H1.HeaderClassName
{
color: #FFC7E9;
}
.AnyTagClassName
{
color: #FFC7E9;
}
</style>
background-color css
<style>
a { background-color: #FFC7E9; }
a { background-color: rgb(255,199,233); }
div.DivClassName
{
background-color: #FFC7E9;
}
.BgClassName
{
background-color: #FFC7E9;
}
</style>
border-color css
<style>
span { border-color: #FFC7E9; }
span { border-color: rgb(255,199,233); }
td.TdClassName
{
border-color: #FFC7E9;
}
.TagClassName
{
border-color: #FFC7E9;
}
</style>