Shades of Classic Rose #FFC5F1
Tints of Classic Rose #FFC5F1
RGB
CMYK
RGB Variations
Color information
#FFC5F1 (or 0xFFC5F1) is known color: Classic Rose. HEX triplet: FF, C5 and F1. RGB value is (255,197,241). Sum of RGB (Red+Green+Blue) = 255+197+241=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 197 (77.34% from 255 or 28.43% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5F1 is #003A0E. Grayscale: #DBDBDB. Windows color (decimal): -14863 or 15844863. OLE color: 15844863.
HSL color Cylindrical-coordinate representation of color #FFC5F1: hue angle of 314.48º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5F1 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 241 | - |
| CMYK | 0 | 0.23 | 0.05 | 0 |
| HSL | 314.48º | 1% | 0.89% | - |
| HSV(B) | 314.48º | 0.23% | 1% | - |
| XYZ | 77.08 | 67.54 | 92.19 | - |
| YUV | 219.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 241 | 0 | 0.23 | 0.05 | 0 | 314.48 | 1 | 0.89 |
| Hex | FF | C5 | F1 | 0 | 17 | 5 | 0 | 13A | 64 | 59 |
| Octal | 377 | 305 | 361 | 0 | 27 | 5 | 0 | 472 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11110001 | 0 | 10111 | 101 | 0 | 100111010 | 1100100 | 1011001 |
Color Harmonies of #FFC5F1
Complementary color
Monochromatic Colors of #FFC5F1
Black with #FFC5F1
Text Example
Text Example
White with #FFC5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5F1; }
p { color: rgb(255,197,241); }
H1.HeaderClassName
{
color: #FFC5F1;
}
.AnyTagClassName
{
color: #FFC5F1;
}
</style>
background-color css
<style>
a { background-color: #FFC5F1; }
a { background-color: rgb(255,197,241); }
div.DivClassName
{
background-color: #FFC5F1;
}
.BgClassName
{
background-color: #FFC5F1;
}
</style>
border-color css
<style>
span { border-color: #FFC5F1; }
span { border-color: rgb(255,197,241); }
td.TdClassName
{
border-color: #FFC5F1;
}
.TagClassName
{
border-color: #FFC5F1;
}
</style>