Shades of Classic Rose #FAC6E3
Tints of Classic Rose #FAC6E3
RGB
CMYK
RGB Variations
Color information
#FAC6E3 (or 0xFAC6E3) is known color: Classic Rose. HEX triplet: FA, C6 and E3. RGB value is (250,198,227). Sum of RGB (Red+Green+Blue) = 250+198+227=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 198 (77.73% from 255 or 29.33% from 675); Blue value is 227 (89.06% from 255 or 33.63% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6E3 is #05391C. Grayscale: #D8D8D8. Windows color (decimal): -342301 or 14927610. OLE color: 14927610.
HSL color Cylindrical-coordinate representation of color #FAC6E3: hue angle of 326.54º 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 #FAC6E3 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 227 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.02 |
| HSL | 326.54º | 0.84% | 0.88% | - |
| HSV(B) | 326.54º | 0.21% | 0.98% | - |
| XYZ | 73.48 | 66.26 | 81.59 | - |
| YUV | 216.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 227 | 0 | 0.21 | 0.09 | 0.02 | 326.54 | 0.84 | 0.88 |
| Hex | FA | C6 | E3 | 0 | 15 | 9 | 2 | 147 | 54 | 58 |
| Octal | 372 | 306 | 343 | 0 | 25 | 11 | 2 | 507 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11100011 | 0 | 10101 | 1001 | 10 | 101000111 | 1010100 | 1011000 |
Color Harmonies of #FAC6E3
Complementary color
Monochromatic Colors of #FAC6E3
Black with #FAC6E3
Text Example
Text Example
White with #FAC6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6E3; }
p { color: rgb(250,198,227); }
H1.HeaderClassName
{
color: #FAC6E3;
}
.AnyTagClassName
{
color: #FAC6E3;
}
</style>
background-color css
<style>
a { background-color: #FAC6E3; }
a { background-color: rgb(250,198,227); }
div.DivClassName
{
background-color: #FAC6E3;
}
.BgClassName
{
background-color: #FAC6E3;
}
</style>
border-color css
<style>
span { border-color: #FAC6E3; }
span { border-color: rgb(250,198,227); }
td.TdClassName
{
border-color: #FAC6E3;
}
.TagClassName
{
border-color: #FAC6E3;
}
</style>