Shades of Classic Rose #F3BCDE
Tints of Classic Rose #F3BCDE
RGB
CMYK
RGB Variations
Color information
#F3BCDE (or 0xF3BCDE) is known color: Classic Rose. HEX triplet: F3, BC and DE. RGB value is (243,188,222). Sum of RGB (Red+Green+Blue) = 243+188+222=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 188 (73.83% from 255 or 28.79% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCDE is #0C4321. Grayscale: #D0D0D0. Windows color (decimal): -803618 or 14597363. OLE color: 14597363.
HSL color Cylindrical-coordinate representation of color #F3BCDE: hue angle of 322.91º 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 #F3BCDE is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 222 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.05 |
| HSL | 322.91º | 0.7% | 0.85% | - |
| HSV(B) | 322.91º | 0.23% | 0.95% | - |
| XYZ | 68.13 | 60.3 | 77.15 | - |
| YUV | 208.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 222 | 0 | 0.23 | 0.09 | 0.05 | 322.91 | 0.7 | 0.85 |
| Hex | F3 | BC | DE | 0 | 17 | 9 | 5 | 143 | 46 | 55 |
| Octal | 363 | 274 | 336 | 0 | 27 | 11 | 5 | 503 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11011110 | 0 | 10111 | 1001 | 101 | 101000011 | 1000110 | 1010101 |
Color Harmonies of #F3BCDE
Complementary color
Monochromatic Colors of #F3BCDE
Black with #F3BCDE
Text Example
Text Example
White with #F3BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCDE; }
p { color: rgb(243,188,222); }
H1.HeaderClassName
{
color: #F3BCDE;
}
.AnyTagClassName
{
color: #F3BCDE;
}
</style>
background-color css
<style>
a { background-color: #F3BCDE; }
a { background-color: rgb(243,188,222); }
div.DivClassName
{
background-color: #F3BCDE;
}
.BgClassName
{
background-color: #F3BCDE;
}
</style>
border-color css
<style>
span { border-color: #F3BCDE; }
span { border-color: rgb(243,188,222); }
td.TdClassName
{
border-color: #F3BCDE;
}
.TagClassName
{
border-color: #F3BCDE;
}
</style>