Shades of Classic Rose #FFC1E8
Tints of Classic Rose #FFC1E8
RGB
CMYK
RGB Variations
Color information
#FFC1E8 (or 0xFFC1E8) is known color: Classic Rose. HEX triplet: FF, C1 and E8. RGB value is (255,193,232). Sum of RGB (Red+Green+Blue) = 255+193+232=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 193 (75.78% from 255 or 28.38% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1E8 is #003E17. Grayscale: #D7D7D7. Windows color (decimal): -15896 or 15254015. OLE color: 15254015.
HSL color Cylindrical-coordinate representation of color #FFC1E8: hue angle of 322.26º 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 #FFC1E8 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 232 | - |
| CMYK | 0 | 0.24 | 0.09 | 0 |
| HSL | 322.26º | 1% | 0.88% | - |
| HSV(B) | 322.26º | 0.24% | 1% | - |
| XYZ | 74.88 | 65.23 | 84.99 | - |
| YUV | 215.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 232 | 0 | 0.24 | 0.09 | 0 | 322.26 | 1 | 0.88 |
| Hex | FF | C1 | E8 | 0 | 18 | 9 | 0 | 142 | 64 | 58 |
| Octal | 377 | 301 | 350 | 0 | 30 | 11 | 0 | 502 | 144 | 130 |
| Binary | 11111111 | 11000001 | 11101000 | 0 | 11000 | 1001 | 0 | 101000010 | 1100100 | 1011000 |
Color Harmonies of #FFC1E8
Complementary color
Monochromatic Colors of #FFC1E8
Black with #FFC1E8
Text Example
Text Example
White with #FFC1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC1E8; }
p { color: rgb(255,193,232); }
H1.HeaderClassName
{
color: #FFC1E8;
}
.AnyTagClassName
{
color: #FFC1E8;
}
</style>
background-color css
<style>
a { background-color: #FFC1E8; }
a { background-color: rgb(255,193,232); }
div.DivClassName
{
background-color: #FFC1E8;
}
.BgClassName
{
background-color: #FFC1E8;
}
</style>
border-color css
<style>
span { border-color: #FFC1E8; }
span { border-color: rgb(255,193,232); }
td.TdClassName
{
border-color: #FFC1E8;
}
.TagClassName
{
border-color: #FFC1E8;
}
</style>