Shades of Classic Rose #FFC2E9
Tints of Classic Rose #FFC2E9
RGB
CMYK
RGB Variations
Color information
#FFC2E9 (or 0xFFC2E9) is known color: Classic Rose. HEX triplet: FF, C2 and E9. RGB value is (255,194,233). Sum of RGB (Red+Green+Blue) = 255+194+233=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 194 (76.17% from 255 or 28.45% from 682); Blue value is 233 (91.41% from 255 or 34.16% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2E9 is #003D16. Grayscale: #D8D8D8. Windows color (decimal): -15639 or 15319807. OLE color: 15319807.
HSL color Cylindrical-coordinate representation of color #FFC2E9: hue angle of 321.64º 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 #FFC2E9 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 233 | - |
| CMYK | 0 | 0.24 | 0.09 | 0 |
| HSL | 321.64º | 1% | 0.88% | - |
| HSV(B) | 321.64º | 0.24% | 1% | - |
| XYZ | 75.24 | 65.73 | 85.81 | - |
| YUV | 216.69 | 137.21 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 233 | 0 | 0.24 | 0.09 | 0 | 321.64 | 1 | 0.88 |
| Hex | FF | C2 | E9 | 0 | 18 | 9 | 0 | 142 | 64 | 58 |
| Octal | 377 | 302 | 351 | 0 | 30 | 11 | 0 | 502 | 144 | 130 |
| Binary | 11111111 | 11000010 | 11101001 | 0 | 11000 | 1001 | 0 | 101000010 | 1100100 | 1011000 |
Color Harmonies of #FFC2E9
Complementary color
Monochromatic Colors of #FFC2E9
Black with #FFC2E9
Text Example
Text Example
White with #FFC2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC2E9; }
p { color: rgb(255,194,233); }
H1.HeaderClassName
{
color: #FFC2E9;
}
.AnyTagClassName
{
color: #FFC2E9;
}
</style>
background-color css
<style>
a { background-color: #FFC2E9; }
a { background-color: rgb(255,194,233); }
div.DivClassName
{
background-color: #FFC2E9;
}
.BgClassName
{
background-color: #FFC2E9;
}
</style>
border-color css
<style>
span { border-color: #FFC2E9; }
span { border-color: rgb(255,194,233); }
td.TdClassName
{
border-color: #FFC2E9;
}
.TagClassName
{
border-color: #FFC2E9;
}
</style>