Shades of Classic Rose #F3BAE0
Tints of Classic Rose #F3BAE0
RGB
CMYK
RGB Variations
Color information
#F3BAE0 (or 0xF3BAE0) is known color: Classic Rose. HEX triplet: F3, BA and E0. RGB value is (243,186,224). Sum of RGB (Red+Green+Blue) = 243+186+224=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 186 (73.05% from 255 or 28.48% from 653); Blue value is 224 (87.89% from 255 or 34.30% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAE0 is #0C451F. Grayscale: #CFCFCF. Windows color (decimal): -804128 or 14727923. OLE color: 14727923.
HSL color Cylindrical-coordinate representation of color #F3BAE0: hue angle of 320º 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 #F3BAE0 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 224 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.05 |
| HSL | 320º | 0.7% | 0.84% | - |
| HSV(B) | 320º | 0.23% | 0.95% | - |
| XYZ | 67.98 | 59.55 | 78.43 | - |
| YUV | 207.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 224 | 0 | 0.23 | 0.08 | 0.05 | 320 | 0.7 | 0.84 |
| Hex | F3 | BA | E0 | 0 | 17 | 8 | 5 | 140 | 46 | 54 |
| Octal | 363 | 272 | 340 | 0 | 27 | 10 | 5 | 500 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11100000 | 0 | 10111 | 1000 | 101 | 101000000 | 1000110 | 1010100 |
Color Harmonies of #F3BAE0
Complementary color
Monochromatic Colors of #F3BAE0
Black with #F3BAE0
Text Example
Text Example
White with #F3BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAE0; }
p { color: rgb(243,186,224); }
H1.HeaderClassName
{
color: #F3BAE0;
}
.AnyTagClassName
{
color: #F3BAE0;
}
</style>
background-color css
<style>
a { background-color: #F3BAE0; }
a { background-color: rgb(243,186,224); }
div.DivClassName
{
background-color: #F3BAE0;
}
.BgClassName
{
background-color: #F3BAE0;
}
</style>
border-color css
<style>
span { border-color: #F3BAE0; }
span { border-color: rgb(243,186,224); }
td.TdClassName
{
border-color: #F3BAE0;
}
.TagClassName
{
border-color: #F3BAE0;
}
</style>