Shades of Classic Rose #FFC1E1
Tints of Classic Rose #FFC1E1
RGB
CMYK
RGB Variations
Color information
#FFC1E1 (or 0xFFC1E1) is known color: Classic Rose. HEX triplet: FF, C1 and E1. RGB value is (255,193,225). Sum of RGB (Red+Green+Blue) = 255+193+225=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 193 (75.78% from 255 or 28.68% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1E1 is #003E1E. Grayscale: #D7D7D7. Windows color (decimal): -15903 or 14795263. OLE color: 14795263.
HSL color Cylindrical-coordinate representation of color #FFC1E1: hue angle of 329.03º 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 #FFC1E1 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 225 | - |
| CMYK | 0 | 0.24 | 0.12 | 0 |
| HSL | 329.03º | 1% | 0.88% | - |
| HSV(B) | 329.03º | 0.24% | 1% | - |
| XYZ | 73.9 | 64.84 | 79.85 | - |
| YUV | 215.19 | 133.54 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 225 | 0 | 0.24 | 0.12 | 0 | 329.03 | 1 | 0.88 |
| Hex | FF | C1 | E1 | 0 | 18 | C | 0 | 149 | 64 | 58 |
| Octal | 377 | 301 | 341 | 0 | 30 | 14 | 0 | 511 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11100001 | 0 | 11000 | 1100 | 0 | 101001001 | 1100100 | 1011000 |
Color Harmonies of #FFC1E1
Complementary color
Monochromatic Colors of #FFC1E1
Black with #FFC1E1
Text Example
Text Example
White with #FFC1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1E1; }
p { color: rgb(255,193,225); }
H1.HeaderClassName
{
color: #FFC1E1;
}
.AnyTagClassName
{
color: #FFC1E1;
}
</style>
background-color css
<style>
a { background-color: #FFC1E1; }
a { background-color: rgb(255,193,225); }
div.DivClassName
{
background-color: #FFC1E1;
}
.BgClassName
{
background-color: #FFC1E1;
}
</style>
border-color css
<style>
span { border-color: #FFC1E1; }
span { border-color: rgb(255,193,225); }
td.TdClassName
{
border-color: #FFC1E1;
}
.TagClassName
{
border-color: #FFC1E1;
}
</style>