Shades of Classic Rose #FBC6EC
Tints of Classic Rose #FBC6EC
RGB
CMYK
RGB Variations
Color information
#FBC6EC (or 0xFBC6EC) is known color: Classic Rose. HEX triplet: FB, C6 and EC. RGB value is (251,198,236). Sum of RGB (Red+Green+Blue) = 251+198+236=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 198 (77.73% from 255 or 28.91% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6EC is #043913. Grayscale: #DADADA. Windows color (decimal): -276756 or 15517435. OLE color: 15517435.
HSL color Cylindrical-coordinate representation of color #FBC6EC: hue angle of 316.98º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC6EC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 236 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.02 |
| HSL | 316.98º | 0.87% | 0.88% | - |
| HSV(B) | 316.98º | 0.21% | 0.98% | - |
| XYZ | 75.12 | 66.95 | 88.32 | - |
| YUV | 218.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 236 | 0 | 0.21 | 0.06 | 0.02 | 316.98 | 0.87 | 0.88 |
| Hex | FB | C6 | EC | 0 | 15 | 6 | 2 | 13D | 57 | 58 |
| Octal | 373 | 306 | 354 | 0 | 25 | 6 | 2 | 475 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11101100 | 0 | 10101 | 110 | 10 | 100111101 | 1010111 | 1011000 |
Color Harmonies of #FBC6EC
Complementary color
Monochromatic Colors of #FBC6EC
Black with #FBC6EC
Text Example
Text Example
White with #FBC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6EC; }
p { color: rgb(251,198,236); }
H1.HeaderClassName
{
color: #FBC6EC;
}
.AnyTagClassName
{
color: #FBC6EC;
}
</style>
background-color css
<style>
a { background-color: #FBC6EC; }
a { background-color: rgb(251,198,236); }
div.DivClassName
{
background-color: #FBC6EC;
}
.BgClassName
{
background-color: #FBC6EC;
}
</style>
border-color css
<style>
span { border-color: #FBC6EC; }
span { border-color: rgb(251,198,236); }
td.TdClassName
{
border-color: #FBC6EC;
}
.TagClassName
{
border-color: #FBC6EC;
}
</style>