Shades of Classic Rose #FFC3DB
Tints of Classic Rose #FFC3DB
RGB
CMYK
RGB Variations
Color information
#FFC3DB (or 0xFFC3DB) is known color: Classic Rose. HEX triplet: FF, C3 and DB. RGB value is (255,195,219). Sum of RGB (Red+Green+Blue) = 255+195+219=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 195 (76.56% from 255 or 29.15% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3DB is #003C24. Grayscale: #D7D7D7. Windows color (decimal): -15397 or 14402559. OLE color: 14402559.
HSL color Cylindrical-coordinate representation of color #FFC3DB: hue angle of 336º 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 #FFC3DB is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 219 | - |
| CMYK | 0 | 0.24 | 0.14 | 0 |
| HSL | 336º | 1% | 0.88% | - |
| HSV(B) | 336º | 0.24% | 1% | - |
| XYZ | 73.54 | 65.4 | 75.77 | - |
| YUV | 215.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 219 | 0 | 0.24 | 0.14 | 0 | 336 | 1 | 0.88 |
| Hex | FF | C3 | DB | 0 | 18 | E | 0 | 150 | 64 | 58 |
| Octal | 377 | 303 | 333 | 0 | 30 | 16 | 0 | 520 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11011011 | 0 | 11000 | 1110 | 0 | 101010000 | 1100100 | 1011000 |
Color Harmonies of #FFC3DB
Complementary color
Monochromatic Colors of #FFC3DB
Black with #FFC3DB
Text Example
Text Example
White with #FFC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3DB; }
p { color: rgb(255,195,219); }
H1.HeaderClassName
{
color: #FFC3DB;
}
.AnyTagClassName
{
color: #FFC3DB;
}
</style>
background-color css
<style>
a { background-color: #FFC3DB; }
a { background-color: rgb(255,195,219); }
div.DivClassName
{
background-color: #FFC3DB;
}
.BgClassName
{
background-color: #FFC3DB;
}
</style>
border-color css
<style>
span { border-color: #FFC3DB; }
span { border-color: rgb(255,195,219); }
td.TdClassName
{
border-color: #FFC3DB;
}
.TagClassName
{
border-color: #FFC3DB;
}
</style>