Shades of Classic Rose #F3BCE0
Tints of Classic Rose #F3BCE0
RGB
CMYK
RGB Variations
Color information
#F3BCE0 (or 0xF3BCE0) is known color: Classic Rose. HEX triplet: F3, BC and E0. RGB value is (243,188,224). Sum of RGB (Red+Green+Blue) = 243+188+224=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCE0 is #0C431F. Grayscale: #D0D0D0. Windows color (decimal): -803616 or 14728435. OLE color: 14728435.
HSL color Cylindrical-coordinate representation of color #F3BCE0: hue angle of 320.73º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCE0 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 224 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.05 |
| HSL | 320.73º | 0.7% | 0.85% | - |
| HSV(B) | 320.73º | 0.23% | 0.95% | - |
| XYZ | 68.4 | 60.4 | 78.57 | - |
| YUV | 208.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 224 | 0 | 0.23 | 0.08 | 0.05 | 320.73 | 0.7 | 0.85 |
| Hex | F3 | BC | E0 | 0 | 17 | 8 | 5 | 141 | 46 | 55 |
| Octal | 363 | 274 | 340 | 0 | 27 | 10 | 5 | 501 | 106 | 125 |
| Binary | 11110011 | 10111100 | 11100000 | 0 | 10111 | 1000 | 101 | 101000001 | 1000110 | 1010101 |
Color Harmonies of #F3BCE0
Complementary color
Monochromatic Colors of #F3BCE0
Black with #F3BCE0
Text Example
Text Example
White with #F3BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCE0; }
p { color: rgb(243,188,224); }
H1.HeaderClassName
{
color: #F3BCE0;
}
.AnyTagClassName
{
color: #F3BCE0;
}
</style>
background-color css
<style>
a { background-color: #F3BCE0; }
a { background-color: rgb(243,188,224); }
div.DivClassName
{
background-color: #F3BCE0;
}
.BgClassName
{
background-color: #F3BCE0;
}
</style>
border-color css
<style>
span { border-color: #F3BCE0; }
span { border-color: rgb(243,188,224); }
td.TdClassName
{
border-color: #F3BCE0;
}
.TagClassName
{
border-color: #F3BCE0;
}
</style>