Shades of Classic Rose #FFC3E0
Tints of Classic Rose #FFC3E0
RGB
CMYK
RGB Variations
Color information
#FFC3E0 (or 0xFFC3E0) is known color: Classic Rose. HEX triplet: FF, C3 and E0. RGB value is (255,195,224). Sum of RGB (Red+Green+Blue) = 255+195+224=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 195 (76.56% from 255 or 28.93% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3E0 is #003C1F. Grayscale: #D8D8D8. Windows color (decimal): -15392 or 14730239. OLE color: 14730239.
HSL color Cylindrical-coordinate representation of color #FFC3E0: hue angle of 331º 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 #FFC3E0 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 224 | - |
| CMYK | 0 | 0.24 | 0.12 | 0 |
| HSL | 331º | 1% | 0.88% | - |
| HSV(B) | 331º | 0.24% | 1% | - |
| XYZ | 74.21 | 65.67 | 79.29 | - |
| YUV | 216.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 224 | 0 | 0.24 | 0.12 | 0 | 331 | 1 | 0.88 |
| Hex | FF | C3 | E0 | 0 | 18 | C | 0 | 14B | 64 | 58 |
| Octal | 377 | 303 | 340 | 0 | 30 | 14 | 0 | 513 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11100000 | 0 | 11000 | 1100 | 0 | 101001011 | 1100100 | 1011000 |
Color Harmonies of #FFC3E0
Complementary color
Monochromatic Colors of #FFC3E0
Black with #FFC3E0
Text Example
Text Example
White with #FFC3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3E0; }
p { color: rgb(255,195,224); }
H1.HeaderClassName
{
color: #FFC3E0;
}
.AnyTagClassName
{
color: #FFC3E0;
}
</style>
background-color css
<style>
a { background-color: #FFC3E0; }
a { background-color: rgb(255,195,224); }
div.DivClassName
{
background-color: #FFC3E0;
}
.BgClassName
{
background-color: #FFC3E0;
}
</style>
border-color css
<style>
span { border-color: #FFC3E0; }
span { border-color: rgb(255,195,224); }
td.TdClassName
{
border-color: #FFC3E0;
}
.TagClassName
{
border-color: #FFC3E0;
}
</style>