Shades of Classic Rose #FFC3DD
Tints of Classic Rose #FFC3DD
RGB
CMYK
RGB Variations
Color information
#FFC3DD (or 0xFFC3DD) is known color: Classic Rose. HEX triplet: FF, C3 and DD. RGB value is (255,195,221). Sum of RGB (Red+Green+Blue) = 255+195+221=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 195 (76.56% from 255 or 29.06% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3DD is #003C22. Grayscale: #D7D7D7. Windows color (decimal): -15395 or 14533631. OLE color: 14533631.
HSL color Cylindrical-coordinate representation of color #FFC3DD: hue angle of 334º 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 #FFC3DD is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 221 | - |
| CMYK | 0 | 0.24 | 0.13 | 0 |
| HSL | 334º | 1% | 0.88% | - |
| HSV(B) | 334º | 0.24% | 1% | - |
| XYZ | 73.81 | 65.51 | 77.16 | - |
| YUV | 215.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 221 | 0 | 0.24 | 0.13 | 0 | 334 | 1 | 0.88 |
| Hex | FF | C3 | DD | 0 | 18 | D | 0 | 14E | 64 | 58 |
| Octal | 377 | 303 | 335 | 0 | 30 | 15 | 0 | 516 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11011101 | 0 | 11000 | 1101 | 0 | 101001110 | 1100100 | 1011000 |
Color Harmonies of #FFC3DD
Complementary color
Monochromatic Colors of #FFC3DD
Black with #FFC3DD
Text Example
Text Example
White with #FFC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3DD; }
p { color: rgb(255,195,221); }
H1.HeaderClassName
{
color: #FFC3DD;
}
.AnyTagClassName
{
color: #FFC3DD;
}
</style>
background-color css
<style>
a { background-color: #FFC3DD; }
a { background-color: rgb(255,195,221); }
div.DivClassName
{
background-color: #FFC3DD;
}
.BgClassName
{
background-color: #FFC3DD;
}
</style>
border-color css
<style>
span { border-color: #FFC3DD; }
span { border-color: rgb(255,195,221); }
td.TdClassName
{
border-color: #FFC3DD;
}
.TagClassName
{
border-color: #FFC3DD;
}
</style>