Shades of Classic Rose #FFC3E5
Tints of Classic Rose #FFC3E5
RGB
CMYK
RGB Variations
Color information
#FFC3E5 (or 0xFFC3E5) is known color: Classic Rose. HEX triplet: FF, C3 and E5. RGB value is (255,195,229). Sum of RGB (Red+Green+Blue) = 255+195+229=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 195 (76.56% from 255 or 28.72% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3E5 is #003C1A. Grayscale: #D8D8D8. Windows color (decimal): -15387 or 15057919. OLE color: 15057919.
HSL color Cylindrical-coordinate representation of color #FFC3E5: hue angle of 326º 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 #FFC3E5 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 229 | - |
| CMYK | 0 | 0.24 | 0.10 | 0 |
| HSL | 326º | 1% | 0.88% | - |
| HSV(B) | 326º | 0.24% | 1% | - |
| XYZ | 74.9 | 65.95 | 82.91 | - |
| YUV | 216.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 229 | 0 | 0.24 | 0.10 | 0 | 326 | 1 | 0.88 |
| Hex | FF | C3 | E5 | 0 | 18 | A | 0 | 146 | 64 | 58 |
| Octal | 377 | 303 | 345 | 0 | 30 | 12 | 0 | 506 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11100101 | 0 | 11000 | 1010 | 0 | 101000110 | 1100100 | 1011000 |
Color Harmonies of #FFC3E5
Complementary color
Monochromatic Colors of #FFC3E5
Black with #FFC3E5
Text Example
Text Example
White with #FFC3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3E5; }
p { color: rgb(255,195,229); }
H1.HeaderClassName
{
color: #FFC3E5;
}
.AnyTagClassName
{
color: #FFC3E5;
}
</style>
background-color css
<style>
a { background-color: #FFC3E5; }
a { background-color: rgb(255,195,229); }
div.DivClassName
{
background-color: #FFC3E5;
}
.BgClassName
{
background-color: #FFC3E5;
}
</style>
border-color css
<style>
span { border-color: #FFC3E5; }
span { border-color: rgb(255,195,229); }
td.TdClassName
{
border-color: #FFC3E5;
}
.TagClassName
{
border-color: #FFC3E5;
}
</style>