Shades of Classic Rose #FFC3DA
Tints of Classic Rose #FFC3DA
RGB
CMYK
RGB Variations
Color information
#FFC3DA (or 0xFFC3DA) is known color: Classic Rose. HEX triplet: FF, C3 and DA. RGB value is (255,195,218). Sum of RGB (Red+Green+Blue) = 255+195+218=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3DA is #003C25. Grayscale: #D7D7D7. Windows color (decimal): -15398 or 14337023. OLE color: 14337023.
HSL color Cylindrical-coordinate representation of color #FFC3DA: hue angle of 337º 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 #FFC3DA is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 218 | - |
| CMYK | 0 | 0.24 | 0.15 | 0 |
| HSL | 337º | 1% | 0.88% | - |
| HSV(B) | 337º | 0.24% | 1% | - |
| XYZ | 73.41 | 65.35 | 75.07 | - |
| YUV | 215.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 218 | 0 | 0.24 | 0.15 | 0 | 337 | 1 | 0.88 |
| Hex | FF | C3 | DA | 0 | 18 | F | 0 | 151 | 64 | 58 |
| Octal | 377 | 303 | 332 | 0 | 30 | 17 | 0 | 521 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11011010 | 0 | 11000 | 1111 | 0 | 101010001 | 1100100 | 1011000 |
Color Harmonies of #FFC3DA
Complementary color
Monochromatic Colors of #FFC3DA
Black with #FFC3DA
Text Example
Text Example
White with #FFC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3DA; }
p { color: rgb(255,195,218); }
H1.HeaderClassName
{
color: #FFC3DA;
}
.AnyTagClassName
{
color: #FFC3DA;
}
</style>
background-color css
<style>
a { background-color: #FFC3DA; }
a { background-color: rgb(255,195,218); }
div.DivClassName
{
background-color: #FFC3DA;
}
.BgClassName
{
background-color: #FFC3DA;
}
</style>
border-color css
<style>
span { border-color: #FFC3DA; }
span { border-color: rgb(255,195,218); }
td.TdClassName
{
border-color: #FFC3DA;
}
.TagClassName
{
border-color: #FFC3DA;
}
</style>