Shades of Classic Rose #FFC7E4
Tints of Classic Rose #FFC7E4
RGB
CMYK
RGB Variations
Color information
#FFC7E4 (or 0xFFC7E4) is known color: Classic Rose. HEX triplet: FF, C7 and E4. RGB value is (255,199,228). Sum of RGB (Red+Green+Blue) = 255+199+228=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 199 (78.12% from 255 or 29.18% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7E4 is #00381B. Grayscale: #DADADA. Windows color (decimal): -14364 or 14993407. OLE color: 14993407.
HSL color Cylindrical-coordinate representation of color #FFC7E4: hue angle of 328.93º 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 #FFC7E4 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 228 | - |
| CMYK | 0 | 0.22 | 0.11 | 0 |
| HSL | 328.93º | 1% | 0.89% | - |
| HSV(B) | 328.93º | 0.22% | 1% | - |
| XYZ | 75.67 | 67.71 | 82.48 | - |
| YUV | 219.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 228 | 0 | 0.22 | 0.11 | 0 | 328.93 | 1 | 0.89 |
| Hex | FF | C7 | E4 | 0 | 16 | B | 0 | 149 | 64 | 59 |
| Octal | 377 | 307 | 344 | 0 | 26 | 13 | 0 | 511 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11100100 | 0 | 10110 | 1011 | 0 | 101001001 | 1100100 | 1011001 |
Color Harmonies of #FFC7E4
Complementary color
Monochromatic Colors of #FFC7E4
Black with #FFC7E4
Text Example
Text Example
White with #FFC7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7E4; }
p { color: rgb(255,199,228); }
H1.HeaderClassName
{
color: #FFC7E4;
}
.AnyTagClassName
{
color: #FFC7E4;
}
</style>
background-color css
<style>
a { background-color: #FFC7E4; }
a { background-color: rgb(255,199,228); }
div.DivClassName
{
background-color: #FFC7E4;
}
.BgClassName
{
background-color: #FFC7E4;
}
</style>
border-color css
<style>
span { border-color: #FFC7E4; }
span { border-color: rgb(255,199,228); }
td.TdClassName
{
border-color: #FFC7E4;
}
.TagClassName
{
border-color: #FFC7E4;
}
</style>