Shades of Classic Rose #FFC7F1
Tints of Classic Rose #FFC7F1
RGB
CMYK
RGB Variations
Color information
#FFC7F1 (or 0xFFC7F1) is known color: Classic Rose. HEX triplet: FF, C7 and F1. RGB value is (255,199,241). Sum of RGB (Red+Green+Blue) = 255+199+241=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 199 (78.12% from 255 or 28.63% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC7F1 is #00380E. Grayscale: #DCDCDC. Windows color (decimal): -14351 or 15845375. OLE color: 15845375.
HSL color Cylindrical-coordinate representation of color #FFC7F1: hue angle of 315º 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 #FFC7F1 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 199 | 241 | - |
| CMYK | 0 | 0.22 | 0.05 | 0 |
| HSL | 315º | 1% | 0.89% | - |
| HSV(B) | 315º | 0.22% | 1% | - |
| XYZ | 77.54 | 68.46 | 92.35 | - |
| YUV | 220.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 199 | 241 | 0 | 0.22 | 0.05 | 0 | 315 | 1 | 0.89 |
| Hex | FF | C7 | F1 | 0 | 16 | 5 | 0 | 13B | 64 | 59 |
| Octal | 377 | 307 | 361 | 0 | 26 | 5 | 0 | 473 | 144 | 131 |
| Binary | 11111111 | 11000111 | 11110001 | 0 | 10110 | 101 | 0 | 100111011 | 1100100 | 1011001 |
Color Harmonies of #FFC7F1
Complementary color
Monochromatic Colors of #FFC7F1
Black with #FFC7F1
Text Example
Text Example
White with #FFC7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC7F1; }
p { color: rgb(255,199,241); }
H1.HeaderClassName
{
color: #FFC7F1;
}
.AnyTagClassName
{
color: #FFC7F1;
}
</style>
background-color css
<style>
a { background-color: #FFC7F1; }
a { background-color: rgb(255,199,241); }
div.DivClassName
{
background-color: #FFC7F1;
}
.BgClassName
{
background-color: #FFC7F1;
}
</style>
border-color css
<style>
span { border-color: #FFC7F1; }
span { border-color: rgb(255,199,241); }
td.TdClassName
{
border-color: #FFC7F1;
}
.TagClassName
{
border-color: #FFC7F1;
}
</style>