Shades of Classic Rose #FAC6E5
Tints of Classic Rose #FAC6E5
RGB
CMYK
RGB Variations
Color information
#FAC6E5 (or 0xFAC6E5) is known color: Classic Rose. HEX triplet: FA, C6 and E5. RGB value is (250,198,229). Sum of RGB (Red+Green+Blue) = 250+198+229=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 229 (89.84% from 255 or 33.83% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6E5 is #05391A. Grayscale: #D9D9D9. Windows color (decimal): -342299 or 15058682. OLE color: 15058682.
HSL color Cylindrical-coordinate representation of color #FAC6E5: hue angle of 324.23º 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 #FAC6E5 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 229 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.02 |
| HSL | 324.23º | 0.84% | 0.88% | - |
| HSV(B) | 324.23º | 0.21% | 0.98% | - |
| XYZ | 73.76 | 66.37 | 83.05 | - |
| YUV | 217.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 229 | 0 | 0.21 | 0.08 | 0.02 | 324.23 | 0.84 | 0.88 |
| Hex | FA | C6 | E5 | 0 | 15 | 8 | 2 | 144 | 54 | 58 |
| Octal | 372 | 306 | 345 | 0 | 25 | 10 | 2 | 504 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11100101 | 0 | 10101 | 1000 | 10 | 101000100 | 1010100 | 1011000 |
Color Harmonies of #FAC6E5
Complementary color
Monochromatic Colors of #FAC6E5
Black with #FAC6E5
Text Example
Text Example
White with #FAC6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6E5; }
p { color: rgb(250,198,229); }
H1.HeaderClassName
{
color: #FAC6E5;
}
.AnyTagClassName
{
color: #FAC6E5;
}
</style>
background-color css
<style>
a { background-color: #FAC6E5; }
a { background-color: rgb(250,198,229); }
div.DivClassName
{
background-color: #FAC6E5;
}
.BgClassName
{
background-color: #FAC6E5;
}
</style>
border-color css
<style>
span { border-color: #FAC6E5; }
span { border-color: rgb(250,198,229); }
td.TdClassName
{
border-color: #FAC6E5;
}
.TagClassName
{
border-color: #FAC6E5;
}
</style>