Shades of Classic Rose #FAC0E5
Tints of Classic Rose #FAC0E5
RGB
CMYK
RGB Variations
Color information
#FAC0E5 (or 0xFAC0E5) is known color: Classic Rose. HEX triplet: FA, C0 and E5. RGB value is (250,192,229). Sum of RGB (Red+Green+Blue) = 250+192+229=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 192 (75.39% from 255 or 28.61% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0E5 is #053F1A. Grayscale: #D5D5D5. Windows color (decimal): -343835 or 15057146. OLE color: 15057146.
HSL color Cylindrical-coordinate representation of color #FAC0E5: hue angle of 321.72º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC0E5 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 229 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.02 |
| HSL | 321.72º | 0.85% | 0.87% | - |
| HSV(B) | 321.72º | 0.23% | 0.98% | - |
| XYZ | 72.42 | 63.68 | 82.6 | - |
| YUV | 213.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 229 | 0 | 0.23 | 0.08 | 0.02 | 321.72 | 0.85 | 0.87 |
| Hex | FA | C0 | E5 | 0 | 17 | 8 | 2 | 142 | 55 | 57 |
| Octal | 372 | 300 | 345 | 0 | 27 | 10 | 2 | 502 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11100101 | 0 | 10111 | 1000 | 10 | 101000010 | 1010101 | 1010111 |
Color Harmonies of #FAC0E5
Complementary color
Monochromatic Colors of #FAC0E5
Black with #FAC0E5
Text Example
Text Example
White with #FAC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0E5; }
p { color: rgb(250,192,229); }
H1.HeaderClassName
{
color: #FAC0E5;
}
.AnyTagClassName
{
color: #FAC0E5;
}
</style>
background-color css
<style>
a { background-color: #FAC0E5; }
a { background-color: rgb(250,192,229); }
div.DivClassName
{
background-color: #FAC0E5;
}
.BgClassName
{
background-color: #FAC0E5;
}
</style>
border-color css
<style>
span { border-color: #FAC0E5; }
span { border-color: rgb(250,192,229); }
td.TdClassName
{
border-color: #FAC0E5;
}
.TagClassName
{
border-color: #FAC0E5;
}
</style>