Shades of Classic Rose #FAC6E9
Tints of Classic Rose #FAC6E9
RGB
CMYK
RGB Variations
Color information
#FAC6E9 (or 0xFAC6E9) is known color: Classic Rose. HEX triplet: FA, C6 and E9. RGB value is (250,198,233). Sum of RGB (Red+Green+Blue) = 250+198+233=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 233 (91.41% from 255 or 34.21% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAC6E9 is #053916. Grayscale: #D9D9D9. Windows color (decimal): -342295 or 15320826. OLE color: 15320826.
HSL color Cylindrical-coordinate representation of color #FAC6E9: hue angle of 319.62º 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 #FAC6E9 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 233 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.02 |
| HSL | 319.62º | 0.84% | 0.88% | - |
| HSV(B) | 319.62º | 0.21% | 0.98% | - |
| XYZ | 74.33 | 66.6 | 86.03 | - |
| YUV | 217.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 233 | 0 | 0.21 | 0.07 | 0.02 | 319.62 | 0.84 | 0.88 |
| Hex | FA | C6 | E9 | 0 | 15 | 7 | 2 | 140 | 54 | 58 |
| Octal | 372 | 306 | 351 | 0 | 25 | 7 | 2 | 500 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11101001 | 0 | 10101 | 111 | 10 | 101000000 | 1010100 | 1011000 |
Color Harmonies of #FAC6E9
Complementary color
Monochromatic Colors of #FAC6E9
Black with #FAC6E9
Text Example
Text Example
White with #FAC6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6E9; }
p { color: rgb(250,198,233); }
H1.HeaderClassName
{
color: #FAC6E9;
}
.AnyTagClassName
{
color: #FAC6E9;
}
</style>
background-color css
<style>
a { background-color: #FAC6E9; }
a { background-color: rgb(250,198,233); }
div.DivClassName
{
background-color: #FAC6E9;
}
.BgClassName
{
background-color: #FAC6E9;
}
</style>
border-color css
<style>
span { border-color: #FAC6E9; }
span { border-color: rgb(250,198,233); }
td.TdClassName
{
border-color: #FAC6E9;
}
.TagClassName
{
border-color: #FAC6E9;
}
</style>