Shades of Classic Rose #F3BBE0
Tints of Classic Rose #F3BBE0
RGB
CMYK
RGB Variations
Color information
#F3BBE0 (or 0xF3BBE0) is known color: Classic Rose. HEX triplet: F3, BB and E0. RGB value is (243,187,224). Sum of RGB (Red+Green+Blue) = 243+187+224=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBE0 is #0C441F. Grayscale: #CFCFCF. Windows color (decimal): -803872 or 14728179. OLE color: 14728179.
HSL color Cylindrical-coordinate representation of color #F3BBE0: hue angle of 320.36º 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 #F3BBE0 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 224 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.05 |
| HSL | 320.36º | 0.7% | 0.84% | - |
| HSV(B) | 320.36º | 0.23% | 0.95% | - |
| XYZ | 68.19 | 59.98 | 78.5 | - |
| YUV | 207.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 224 | 0 | 0.23 | 0.08 | 0.05 | 320.36 | 0.7 | 0.84 |
| Hex | F3 | BB | E0 | 0 | 17 | 8 | 5 | 140 | 46 | 54 |
| Octal | 363 | 273 | 340 | 0 | 27 | 10 | 5 | 500 | 106 | 124 |
| Binary | 11110011 | 10111011 | 11100000 | 0 | 10111 | 1000 | 101 | 101000000 | 1000110 | 1010100 |
Color Harmonies of #F3BBE0
Complementary color
Monochromatic Colors of #F3BBE0
Black with #F3BBE0
Text Example
Text Example
White with #F3BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBE0; }
p { color: rgb(243,187,224); }
H1.HeaderClassName
{
color: #F3BBE0;
}
.AnyTagClassName
{
color: #F3BBE0;
}
</style>
background-color css
<style>
a { background-color: #F3BBE0; }
a { background-color: rgb(243,187,224); }
div.DivClassName
{
background-color: #F3BBE0;
}
.BgClassName
{
background-color: #F3BBE0;
}
</style>
border-color css
<style>
span { border-color: #F3BBE0; }
span { border-color: rgb(243,187,224); }
td.TdClassName
{
border-color: #F3BBE0;
}
.TagClassName
{
border-color: #F3BBE0;
}
</style>