Shades of Classic Rose #F3BBE1
Tints of Classic Rose #F3BBE1
RGB
CMYK
RGB Variations
Color information
#F3BBE1 (or 0xF3BBE1) is known color: Classic Rose. HEX triplet: F3, BB and E1. RGB value is (243,187,225). Sum of RGB (Red+Green+Blue) = 243+187+225=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBE1 is #0C441E. Grayscale: #CFCFCF. Windows color (decimal): -803871 or 14793715. OLE color: 14793715.
HSL color Cylindrical-coordinate representation of color #F3BBE1: hue angle of 319.29º 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 #F3BBE1 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 225 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.05 |
| HSL | 319.29º | 0.7% | 0.84% | - |
| HSV(B) | 319.29º | 0.23% | 0.95% | - |
| XYZ | 68.32 | 60.03 | 79.22 | - |
| YUV | 208.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 225 | 0 | 0.23 | 0.07 | 0.05 | 319.29 | 0.7 | 0.84 |
| Hex | F3 | BB | E1 | 0 | 17 | 7 | 5 | 13F | 46 | 54 |
| Octal | 363 | 273 | 341 | 0 | 27 | 7 | 5 | 477 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11100001 | 0 | 10111 | 111 | 101 | 100111111 | 1000110 | 1010100 |
Color Harmonies of #F3BBE1
Complementary color
Monochromatic Colors of #F3BBE1
Black with #F3BBE1
Text Example
Text Example
White with #F3BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBE1; }
p { color: rgb(243,187,225); }
H1.HeaderClassName
{
color: #F3BBE1;
}
.AnyTagClassName
{
color: #F3BBE1;
}
</style>
background-color css
<style>
a { background-color: #F3BBE1; }
a { background-color: rgb(243,187,225); }
div.DivClassName
{
background-color: #F3BBE1;
}
.BgClassName
{
background-color: #F3BBE1;
}
</style>
border-color css
<style>
span { border-color: #F3BBE1; }
span { border-color: rgb(243,187,225); }
td.TdClassName
{
border-color: #F3BBE1;
}
.TagClassName
{
border-color: #F3BBE1;
}
</style>