Shades of Classic Rose #FFC3E3
Tints of Classic Rose #FFC3E3
RGB
CMYK
RGB Variations
Color information
#FFC3E3 (or 0xFFC3E3) is known color: Classic Rose. HEX triplet: FF, C3 and E3. RGB value is (255,195,227). Sum of RGB (Red+Green+Blue) = 255+195+227=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 195 (76.56% from 255 or 28.80% from 677); Blue value is 227 (89.06% from 255 or 33.53% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3E3 is #003C1C. Grayscale: #D8D8D8. Windows color (decimal): -15389 or 14926847. OLE color: 14926847.
HSL color Cylindrical-coordinate representation of color #FFC3E3: hue angle of 328º 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 #FFC3E3 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 227 | - |
| CMYK | 0 | 0.24 | 0.11 | 0 |
| HSL | 328º | 1% | 0.88% | - |
| HSV(B) | 328º | 0.24% | 1% | - |
| XYZ | 74.62 | 65.84 | 81.45 | - |
| YUV | 216.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 227 | 0 | 0.24 | 0.11 | 0 | 328 | 1 | 0.88 |
| Hex | FF | C3 | E3 | 0 | 18 | B | 0 | 148 | 64 | 58 |
| Octal | 377 | 303 | 343 | 0 | 30 | 13 | 0 | 510 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11100011 | 0 | 11000 | 1011 | 0 | 101001000 | 1100100 | 1011000 |
Color Harmonies of #FFC3E3
Complementary color
Monochromatic Colors of #FFC3E3
Black with #FFC3E3
Text Example
Text Example
White with #FFC3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3E3; }
p { color: rgb(255,195,227); }
H1.HeaderClassName
{
color: #FFC3E3;
}
.AnyTagClassName
{
color: #FFC3E3;
}
</style>
background-color css
<style>
a { background-color: #FFC3E3; }
a { background-color: rgb(255,195,227); }
div.DivClassName
{
background-color: #FFC3E3;
}
.BgClassName
{
background-color: #FFC3E3;
}
</style>
border-color css
<style>
span { border-color: #FFC3E3; }
span { border-color: rgb(255,195,227); }
td.TdClassName
{
border-color: #FFC3E3;
}
.TagClassName
{
border-color: #FFC3E3;
}
</style>