Shades of Classic Rose #F3BAE1
Tints of Classic Rose #F3BAE1
RGB
CMYK
RGB Variations
Color information
#F3BAE1 (or 0xF3BAE1) is known color: Classic Rose. HEX triplet: F3, BA and E1. RGB value is (243,186,225). Sum of RGB (Red+Green+Blue) = 243+186+225=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAE1 is #0C451E. Grayscale: #CFCFCF. Windows color (decimal): -804127 or 14793459. OLE color: 14793459.
HSL color Cylindrical-coordinate representation of color #F3BAE1: hue angle of 318.95º 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 #F3BAE1 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 225 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.05 |
| HSL | 318.95º | 0.7% | 0.84% | - |
| HSV(B) | 318.95º | 0.23% | 0.95% | - |
| XYZ | 68.11 | 59.61 | 79.15 | - |
| YUV | 207.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 225 | 0 | 0.23 | 0.07 | 0.05 | 318.95 | 0.7 | 0.84 |
| Hex | F3 | BA | E1 | 0 | 17 | 7 | 5 | 13F | 46 | 54 |
| Octal | 363 | 272 | 341 | 0 | 27 | 7 | 5 | 477 | 106 | 124 |
| Binary | 11110011 | 10111010 | 11100001 | 0 | 10111 | 111 | 101 | 100111111 | 1000110 | 1010100 |
Color Harmonies of #F3BAE1
Complementary color
Monochromatic Colors of #F3BAE1
Black with #F3BAE1
Text Example
Text Example
White with #F3BAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAE1; }
p { color: rgb(243,186,225); }
H1.HeaderClassName
{
color: #F3BAE1;
}
.AnyTagClassName
{
color: #F3BAE1;
}
</style>
background-color css
<style>
a { background-color: #F3BAE1; }
a { background-color: rgb(243,186,225); }
div.DivClassName
{
background-color: #F3BAE1;
}
.BgClassName
{
background-color: #F3BAE1;
}
</style>
border-color css
<style>
span { border-color: #F3BAE1; }
span { border-color: rgb(243,186,225); }
td.TdClassName
{
border-color: #F3BAE1;
}
.TagClassName
{
border-color: #F3BAE1;
}
</style>