Shades of Classic Rose #F3BCDD
Tints of Classic Rose #F3BCDD
RGB
CMYK
RGB Variations
Color information
#F3BCDD (or 0xF3BCDD) is known color: Classic Rose. HEX triplet: F3, BC and DD. RGB value is (243,188,221). Sum of RGB (Red+Green+Blue) = 243+188+221=652 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.27% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCDD is #0C4322. Grayscale: #D0D0D0. Windows color (decimal): -803619 or 14531827. OLE color: 14531827.
HSL color Cylindrical-coordinate representation of color #F3BCDD: hue angle of 324º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCDD is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 221 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.05 |
| HSL | 324º | 0.7% | 0.85% | - |
| HSV(B) | 324º | 0.23% | 0.95% | - |
| XYZ | 68 | 60.24 | 76.45 | - |
| YUV | 208.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 221 | 0 | 0.23 | 0.09 | 0.05 | 324 | 0.7 | 0.85 |
| Hex | F3 | BC | DD | 0 | 17 | 9 | 5 | 144 | 46 | 55 |
| Octal | 363 | 274 | 335 | 0 | 27 | 11 | 5 | 504 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11011101 | 0 | 10111 | 1001 | 101 | 101000100 | 1000110 | 1010101 |
Color Harmonies of #F3BCDD
Complementary color
Monochromatic Colors of #F3BCDD
Black with #F3BCDD
Text Example
Text Example
White with #F3BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCDD; }
p { color: rgb(243,188,221); }
H1.HeaderClassName
{
color: #F3BCDD;
}
.AnyTagClassName
{
color: #F3BCDD;
}
</style>
background-color css
<style>
a { background-color: #F3BCDD; }
a { background-color: rgb(243,188,221); }
div.DivClassName
{
background-color: #F3BCDD;
}
.BgClassName
{
background-color: #F3BCDD;
}
</style>
border-color css
<style>
span { border-color: #F3BCDD; }
span { border-color: rgb(243,188,221); }
td.TdClassName
{
border-color: #F3BCDD;
}
.TagClassName
{
border-color: #F3BCDD;
}
</style>