Shades of Classic Rose #F3BBDF
Tints of Classic Rose #F3BBDF
RGB
CMYK
RGB Variations
Color information
#F3BBDF (or 0xF3BBDF) is known color: Classic Rose. HEX triplet: F3, BB and DF. RGB value is (243,187,223). Sum of RGB (Red+Green+Blue) = 243+187+223=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBDF is #0C4420. Grayscale: #CFCFCF. Windows color (decimal): -803873 or 14662643. OLE color: 14662643.
HSL color Cylindrical-coordinate representation of color #F3BBDF: hue angle of 321.43º 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 #F3BBDF is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 223 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.05 |
| HSL | 321.43º | 0.7% | 0.84% | - |
| HSV(B) | 321.43º | 0.23% | 0.95% | - |
| XYZ | 68.05 | 59.92 | 77.79 | - |
| YUV | 207.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 223 | 0 | 0.23 | 0.08 | 0.05 | 321.43 | 0.7 | 0.84 |
| Hex | F3 | BB | DF | 0 | 17 | 8 | 5 | 141 | 46 | 54 |
| Octal | 363 | 273 | 337 | 0 | 27 | 10 | 5 | 501 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11011111 | 0 | 10111 | 1000 | 101 | 101000001 | 1000110 | 1010100 |
Color Harmonies of #F3BBDF
Complementary color
Monochromatic Colors of #F3BBDF
Black with #F3BBDF
Text Example
Text Example
White with #F3BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBDF; }
p { color: rgb(243,187,223); }
H1.HeaderClassName
{
color: #F3BBDF;
}
.AnyTagClassName
{
color: #F3BBDF;
}
</style>
background-color css
<style>
a { background-color: #F3BBDF; }
a { background-color: rgb(243,187,223); }
div.DivClassName
{
background-color: #F3BBDF;
}
.BgClassName
{
background-color: #F3BBDF;
}
</style>
border-color css
<style>
span { border-color: #F3BBDF; }
span { border-color: rgb(243,187,223); }
td.TdClassName
{
border-color: #F3BBDF;
}
.TagClassName
{
border-color: #F3BBDF;
}
</style>