Shades of Classic Rose #FFC1E5
Tints of Classic Rose #FFC1E5
RGB
CMYK
RGB Variations
Color information
#FFC1E5 (or 0xFFC1E5) is known color: Classic Rose. HEX triplet: FF, C1 and E5. RGB value is (255,193,229). Sum of RGB (Red+Green+Blue) = 255+193+229=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 193 (75.78% from 255 or 28.51% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1E5 is #003E1A. Grayscale: #D7D7D7. Windows color (decimal): -15899 or 15057407. OLE color: 15057407.
HSL color Cylindrical-coordinate representation of color #FFC1E5: hue angle of 325.16º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC1E5 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 229 | - |
| CMYK | 0 | 0.24 | 0.10 | 0 |
| HSL | 325.16º | 1% | 0.88% | - |
| HSV(B) | 325.16º | 0.24% | 1% | - |
| XYZ | 74.45 | 65.06 | 82.76 | - |
| YUV | 215.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 229 | 0 | 0.24 | 0.10 | 0 | 325.16 | 1 | 0.88 |
| Hex | FF | C1 | E5 | 0 | 18 | A | 0 | 145 | 64 | 58 |
| Octal | 377 | 301 | 345 | 0 | 30 | 12 | 0 | 505 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11100101 | 0 | 11000 | 1010 | 0 | 101000101 | 1100100 | 1011000 |
Color Harmonies of #FFC1E5
Complementary color
Monochromatic Colors of #FFC1E5
Black with #FFC1E5
Text Example
Text Example
White with #FFC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1E5; }
p { color: rgb(255,193,229); }
H1.HeaderClassName
{
color: #FFC1E5;
}
.AnyTagClassName
{
color: #FFC1E5;
}
</style>
background-color css
<style>
a { background-color: #FFC1E5; }
a { background-color: rgb(255,193,229); }
div.DivClassName
{
background-color: #FFC1E5;
}
.BgClassName
{
background-color: #FFC1E5;
}
</style>
border-color css
<style>
span { border-color: #FFC1E5; }
span { border-color: rgb(255,193,229); }
td.TdClassName
{
border-color: #FFC1E5;
}
.TagClassName
{
border-color: #FFC1E5;
}
</style>