Shades of Classic Rose #FAC4EC
Tints of Classic Rose #FAC4EC
RGB
CMYK
RGB Variations
Color information
#FAC4EC (or 0xFAC4EC) is known color: Classic Rose. HEX triplet: FA, C4 and EC. RGB value is (250,196,236). Sum of RGB (Red+Green+Blue) = 250+196+236=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 196 (76.95% from 255 or 28.74% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC4EC is #053B13. Grayscale: #D8D8D8. Windows color (decimal): -342804 or 15516922. OLE color: 15516922.
HSL color Cylindrical-coordinate representation of color #FAC4EC: hue angle of 315.56º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC4EC is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 236 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.02 |
| HSL | 315.56º | 0.84% | 0.87% | - |
| HSV(B) | 315.56º | 0.22% | 0.98% | - |
| XYZ | 74.3 | 65.86 | 88.15 | - |
| YUV | 216.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 236 | 0 | 0.22 | 0.06 | 0.02 | 315.56 | 0.84 | 0.87 |
| Hex | FA | C4 | EC | 0 | 16 | 6 | 2 | 13C | 54 | 57 |
| Octal | 372 | 304 | 354 | 0 | 26 | 6 | 2 | 474 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11101100 | 0 | 10110 | 110 | 10 | 100111100 | 1010100 | 1010111 |
Color Harmonies of #FAC4EC
Complementary color
Monochromatic Colors of #FAC4EC
Black with #FAC4EC
Text Example
Text Example
White with #FAC4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4EC; }
p { color: rgb(250,196,236); }
H1.HeaderClassName
{
color: #FAC4EC;
}
.AnyTagClassName
{
color: #FAC4EC;
}
</style>
background-color css
<style>
a { background-color: #FAC4EC; }
a { background-color: rgb(250,196,236); }
div.DivClassName
{
background-color: #FAC4EC;
}
.BgClassName
{
background-color: #FAC4EC;
}
</style>
border-color css
<style>
span { border-color: #FAC4EC; }
span { border-color: rgb(250,196,236); }
td.TdClassName
{
border-color: #FAC4EC;
}
.TagClassName
{
border-color: #FAC4EC;
}
</style>