Shades of Classic Rose #FFC7ED
Tints of Classic Rose #FFC7ED
RGB
CMYK
RGB Variations
Color information
#FFC7ED (or 0xFFC7ED) is known color: Classic Rose. HEX triplet: FF, C7 and ED. RGB value is (255,199,237). Sum of RGB (Red+Green+Blue) = 255+199+237=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 199 (78.12% from 255 or 28.80% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7ED is #003812. Grayscale: #DBDBDB. Windows color (decimal): -14355 or 15583231. OLE color: 15583231.
HSL color Cylindrical-coordinate representation of color #FFC7ED: hue angle of 319.29º 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 #FFC7ED is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 237 | - |
| CMYK | 0 | 0.22 | 0.07 | 0 |
| HSL | 319.29º | 1% | 0.89% | - |
| HSV(B) | 319.29º | 0.22% | 1% | - |
| XYZ | 76.95 | 68.22 | 89.23 | - |
| YUV | 220.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 237 | 0 | 0.22 | 0.07 | 0 | 319.29 | 1 | 0.89 |
| Hex | FF | C7 | ED | 0 | 16 | 7 | 0 | 13F | 64 | 59 |
| Octal | 377 | 307 | 355 | 0 | 26 | 7 | 0 | 477 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11101101 | 0 | 10110 | 111 | 0 | 100111111 | 1100100 | 1011001 |
Color Harmonies of #FFC7ED
Complementary color
Monochromatic Colors of #FFC7ED
Black with #FFC7ED
Text Example
Text Example
White with #FFC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7ED; }
p { color: rgb(255,199,237); }
H1.HeaderClassName
{
color: #FFC7ED;
}
.AnyTagClassName
{
color: #FFC7ED;
}
</style>
background-color css
<style>
a { background-color: #FFC7ED; }
a { background-color: rgb(255,199,237); }
div.DivClassName
{
background-color: #FFC7ED;
}
.BgClassName
{
background-color: #FFC7ED;
}
</style>
border-color css
<style>
span { border-color: #FFC7ED; }
span { border-color: rgb(255,199,237); }
td.TdClassName
{
border-color: #FFC7ED;
}
.TagClassName
{
border-color: #FFC7ED;
}
</style>