Shades of Classic Rose #F3BBDA
Tints of Classic Rose #F3BBDA
RGB
CMYK
RGB Variations
Color information
#F3BBDA (or 0xF3BBDA) is known color: Classic Rose. HEX triplet: F3, BB and DA. RGB value is (243,187,218). Sum of RGB (Red+Green+Blue) = 243+187+218=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBDA is #0C4425. Grayscale: #CFCFCF. Windows color (decimal): -803878 or 14334963. OLE color: 14334963.
HSL color Cylindrical-coordinate representation of color #F3BBDA: hue angle of 326.79º 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 #F3BBDA is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 218 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.05 |
| HSL | 326.79º | 0.7% | 0.84% | - |
| HSV(B) | 326.79º | 0.23% | 0.95% | - |
| XYZ | 67.39 | 59.66 | 74.29 | - |
| YUV | 207.28 | 134.05 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 218 | 0 | 0.23 | 0.10 | 0.05 | 326.79 | 0.7 | 0.84 |
| Hex | F3 | BB | DA | 0 | 17 | A | 5 | 147 | 46 | 54 |
| Octal | 363 | 273 | 332 | 0 | 27 | 12 | 5 | 507 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11011010 | 0 | 10111 | 1010 | 101 | 101000111 | 1000110 | 1010100 |
Color Harmonies of #F3BBDA
Complementary color
Monochromatic Colors of #F3BBDA
Black with #F3BBDA
Text Example
Text Example
White with #F3BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBDA; }
p { color: rgb(243,187,218); }
H1.HeaderClassName
{
color: #F3BBDA;
}
.AnyTagClassName
{
color: #F3BBDA;
}
</style>
background-color css
<style>
a { background-color: #F3BBDA; }
a { background-color: rgb(243,187,218); }
div.DivClassName
{
background-color: #F3BBDA;
}
.BgClassName
{
background-color: #F3BBDA;
}
</style>
border-color css
<style>
span { border-color: #F3BBDA; }
span { border-color: rgb(243,187,218); }
td.TdClassName
{
border-color: #F3BBDA;
}
.TagClassName
{
border-color: #F3BBDA;
}
</style>