Shades of Classic Rose #FAC6EC
Tints of Classic Rose #FAC6EC
RGB
CMYK
RGB Variations
Color information
#FAC6EC (or 0xFAC6EC) is known color: Classic Rose. HEX triplet: FA, C6 and EC. RGB value is (250,198,236). Sum of RGB (Red+Green+Blue) = 250+198+236=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 198 (77.73% from 255 or 28.95% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6EC is #053913. Grayscale: #D9D9D9. Windows color (decimal): -342292 or 15517434. OLE color: 15517434.
HSL color Cylindrical-coordinate representation of color #FAC6EC: hue angle of 316.15º degrees, saturation: 0.84, 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 #FAC6EC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 236 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.02 |
| HSL | 316.15º | 0.84% | 0.88% | - |
| HSV(B) | 316.15º | 0.21% | 0.98% | - |
| XYZ | 74.76 | 66.77 | 88.3 | - |
| YUV | 217.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 236 | 0 | 0.21 | 0.06 | 0.02 | 316.15 | 0.84 | 0.88 |
| Hex | FA | C6 | EC | 0 | 15 | 6 | 2 | 13C | 54 | 58 |
| Octal | 372 | 306 | 354 | 0 | 25 | 6 | 2 | 474 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11101100 | 0 | 10101 | 110 | 10 | 100111100 | 1010100 | 1011000 |
Color Harmonies of #FAC6EC
Complementary color
Monochromatic Colors of #FAC6EC
Black with #FAC6EC
Text Example
Text Example
White with #FAC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6EC; }
p { color: rgb(250,198,236); }
H1.HeaderClassName
{
color: #FAC6EC;
}
.AnyTagClassName
{
color: #FAC6EC;
}
</style>
background-color css
<style>
a { background-color: #FAC6EC; }
a { background-color: rgb(250,198,236); }
div.DivClassName
{
background-color: #FAC6EC;
}
.BgClassName
{
background-color: #FAC6EC;
}
</style>
border-color css
<style>
span { border-color: #FAC6EC; }
span { border-color: rgb(250,198,236); }
td.TdClassName
{
border-color: #FAC6EC;
}
.TagClassName
{
border-color: #FAC6EC;
}
</style>