Shades of Classic Rose #FFC3DF
Tints of Classic Rose #FFC3DF
RGB
CMYK
RGB Variations
Color information
#FFC3DF (or 0xFFC3DF) is known color: Classic Rose. HEX triplet: FF, C3 and DF. RGB value is (255,195,223). Sum of RGB (Red+Green+Blue) = 255+195+223=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 195 (76.56% from 255 or 28.97% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3DF is #003C20. Grayscale: #D8D8D8. Windows color (decimal): -15393 or 14664703. OLE color: 14664703.
HSL color Cylindrical-coordinate representation of color #FFC3DF: hue angle of 332º 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 #FFC3DF is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 223 | - |
| CMYK | 0 | 0.24 | 0.13 | 0 |
| HSL | 332º | 1% | 0.88% | - |
| HSV(B) | 332º | 0.24% | 1% | - |
| XYZ | 74.07 | 65.62 | 78.57 | - |
| YUV | 216.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 223 | 0 | 0.24 | 0.13 | 0 | 332 | 1 | 0.88 |
| Hex | FF | C3 | DF | 0 | 18 | D | 0 | 14C | 64 | 58 |
| Octal | 377 | 303 | 337 | 0 | 30 | 15 | 0 | 514 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11011111 | 0 | 11000 | 1101 | 0 | 101001100 | 1100100 | 1011000 |
Color Harmonies of #FFC3DF
Complementary color
Monochromatic Colors of #FFC3DF
Black with #FFC3DF
Text Example
Text Example
White with #FFC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3DF; }
p { color: rgb(255,195,223); }
H1.HeaderClassName
{
color: #FFC3DF;
}
.AnyTagClassName
{
color: #FFC3DF;
}
</style>
background-color css
<style>
a { background-color: #FFC3DF; }
a { background-color: rgb(255,195,223); }
div.DivClassName
{
background-color: #FFC3DF;
}
.BgClassName
{
background-color: #FFC3DF;
}
</style>
border-color css
<style>
span { border-color: #FFC3DF; }
span { border-color: rgb(255,195,223); }
td.TdClassName
{
border-color: #FFC3DF;
}
.TagClassName
{
border-color: #FFC3DF;
}
</style>