Shades of Classic Rose #F3BBDB
Tints of Classic Rose #F3BBDB
RGB
CMYK
RGB Variations
Color information
#F3BBDB (or 0xF3BBDB) is known color: Classic Rose. HEX triplet: F3, BB and DB. RGB value is (243,187,219). Sum of RGB (Red+Green+Blue) = 243+187+219=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 187 (73.44% from 255 or 28.81% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBDB is #0C4424. Grayscale: #CFCFCF. Windows color (decimal): -803877 or 14400499. OLE color: 14400499.
HSL color Cylindrical-coordinate representation of color #F3BBDB: hue angle of 325.71º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BBDB is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 219 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.05 |
| HSL | 325.71º | 0.7% | 0.84% | - |
| HSV(B) | 325.71º | 0.23% | 0.95% | - |
| XYZ | 67.52 | 59.71 | 74.98 | - |
| YUV | 207.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 219 | 0 | 0.23 | 0.10 | 0.05 | 325.71 | 0.7 | 0.84 |
| Hex | F3 | BB | DB | 0 | 17 | A | 5 | 146 | 46 | 54 |
| Octal | 363 | 273 | 333 | 0 | 27 | 12 | 5 | 506 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11011011 | 0 | 10111 | 1010 | 101 | 101000110 | 1000110 | 1010100 |
Color Harmonies of #F3BBDB
Complementary color
Monochromatic Colors of #F3BBDB
Black with #F3BBDB
Text Example
Text Example
White with #F3BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBDB; }
p { color: rgb(243,187,219); }
H1.HeaderClassName
{
color: #F3BBDB;
}
.AnyTagClassName
{
color: #F3BBDB;
}
</style>
background-color css
<style>
a { background-color: #F3BBDB; }
a { background-color: rgb(243,187,219); }
div.DivClassName
{
background-color: #F3BBDB;
}
.BgClassName
{
background-color: #F3BBDB;
}
</style>
border-color css
<style>
span { border-color: #F3BBDB; }
span { border-color: rgb(243,187,219); }
td.TdClassName
{
border-color: #F3BBDB;
}
.TagClassName
{
border-color: #F3BBDB;
}
</style>