Shades of Classic Rose #FFC7E7
Tints of Classic Rose #FFC7E7
RGB
CMYK
RGB Variations
Color information
#FFC7E7 (or 0xFFC7E7) is known color: Classic Rose. HEX triplet: FF, C7 and E7. RGB value is (255,199,231). Sum of RGB (Red+Green+Blue) = 255+199+231=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 199 (78.12% from 255 or 29.05% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7E7 is #003818. Grayscale: #DBDBDB. Windows color (decimal): -14361 or 15190015. OLE color: 15190015.
HSL color Cylindrical-coordinate representation of color #FFC7E7: hue angle of 325.71º 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 #FFC7E7 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 231 | - |
| CMYK | 0 | 0.22 | 0.09 | 0 |
| HSL | 325.71º | 1% | 0.89% | - |
| HSV(B) | 325.71º | 0.22% | 1% | - |
| XYZ | 76.09 | 67.88 | 84.69 | - |
| YUV | 219.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 231 | 0 | 0.22 | 0.09 | 0 | 325.71 | 1 | 0.89 |
| Hex | FF | C7 | E7 | 0 | 16 | 9 | 0 | 146 | 64 | 59 |
| Octal | 377 | 307 | 347 | 0 | 26 | 11 | 0 | 506 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11100111 | 0 | 10110 | 1001 | 0 | 101000110 | 1100100 | 1011001 |
Color Harmonies of #FFC7E7
Complementary color
Monochromatic Colors of #FFC7E7
Black with #FFC7E7
Text Example
Text Example
White with #FFC7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7E7; }
p { color: rgb(255,199,231); }
H1.HeaderClassName
{
color: #FFC7E7;
}
.AnyTagClassName
{
color: #FFC7E7;
}
</style>
background-color css
<style>
a { background-color: #FFC7E7; }
a { background-color: rgb(255,199,231); }
div.DivClassName
{
background-color: #FFC7E7;
}
.BgClassName
{
background-color: #FFC7E7;
}
</style>
border-color css
<style>
span { border-color: #FFC7E7; }
span { border-color: rgb(255,199,231); }
td.TdClassName
{
border-color: #FFC7E7;
}
.TagClassName
{
border-color: #FFC7E7;
}
</style>