Shades of Classic Rose #F3BBE2
Tints of Classic Rose #F3BBE2
RGB
CMYK
RGB Variations
Color information
#F3BBE2 (or 0xF3BBE2) is known color: Classic Rose. HEX triplet: F3, BB and E2. RGB value is (243,187,226). Sum of RGB (Red+Green+Blue) = 243+187+226=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBE2 is #0C441D. Grayscale: #D0D0D0. Windows color (decimal): -803870 or 14859251. OLE color: 14859251.
HSL color Cylindrical-coordinate representation of color #F3BBE2: hue angle of 318.21º 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 #F3BBE2 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 226 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.05 |
| HSL | 318.21º | 0.7% | 0.84% | - |
| HSV(B) | 318.21º | 0.23% | 0.95% | - |
| XYZ | 68.46 | 60.09 | 79.94 | - |
| YUV | 208.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 226 | 0 | 0.23 | 0.07 | 0.05 | 318.21 | 0.7 | 0.84 |
| Hex | F3 | BB | E2 | 0 | 17 | 7 | 5 | 13E | 46 | 54 |
| Octal | 363 | 273 | 342 | 0 | 27 | 7 | 5 | 476 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11100010 | 0 | 10111 | 111 | 101 | 100111110 | 1000110 | 1010100 |
Color Harmonies of #F3BBE2
Complementary color
Monochromatic Colors of #F3BBE2
Black with #F3BBE2
Text Example
Text Example
White with #F3BBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBE2; }
p { color: rgb(243,187,226); }
H1.HeaderClassName
{
color: #F3BBE2;
}
.AnyTagClassName
{
color: #F3BBE2;
}
</style>
background-color css
<style>
a { background-color: #F3BBE2; }
a { background-color: rgb(243,187,226); }
div.DivClassName
{
background-color: #F3BBE2;
}
.BgClassName
{
background-color: #F3BBE2;
}
</style>
border-color css
<style>
span { border-color: #F3BBE2; }
span { border-color: rgb(243,187,226); }
td.TdClassName
{
border-color: #F3BBE2;
}
.TagClassName
{
border-color: #F3BBE2;
}
</style>