Shades of Classic Rose #FAC0E4
Tints of Classic Rose #FAC0E4
RGB
CMYK
RGB Variations
Color information
#FAC0E4 (or 0xFAC0E4) is known color: Classic Rose. HEX triplet: FA, C0 and E4. RGB value is (250,192,228). Sum of RGB (Red+Green+Blue) = 250+192+228=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 228 (89.45% from 255 or 34.03% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0E4 is #053F1B. Grayscale: #D5D5D5. Windows color (decimal): -343836 or 14991610. OLE color: 14991610.
HSL color Cylindrical-coordinate representation of color #FAC0E4: hue angle of 322.76º 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 #FAC0E4 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 228 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.02 |
| HSL | 322.76º | 0.85% | 0.87% | - |
| HSV(B) | 322.76º | 0.23% | 0.98% | - |
| XYZ | 72.28 | 63.62 | 81.87 | - |
| YUV | 213.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 228 | 0 | 0.23 | 0.09 | 0.02 | 322.76 | 0.85 | 0.87 |
| Hex | FA | C0 | E4 | 0 | 17 | 9 | 2 | 143 | 55 | 57 |
| Octal | 372 | 300 | 344 | 0 | 27 | 11 | 2 | 503 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11100100 | 0 | 10111 | 1001 | 10 | 101000011 | 1010101 | 1010111 |
Color Harmonies of #FAC0E4
Complementary color
Monochromatic Colors of #FAC0E4
Black with #FAC0E4
Text Example
Text Example
White with #FAC0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0E4; }
p { color: rgb(250,192,228); }
H1.HeaderClassName
{
color: #FAC0E4;
}
.AnyTagClassName
{
color: #FAC0E4;
}
</style>
background-color css
<style>
a { background-color: #FAC0E4; }
a { background-color: rgb(250,192,228); }
div.DivClassName
{
background-color: #FAC0E4;
}
.BgClassName
{
background-color: #FAC0E4;
}
</style>
border-color css
<style>
span { border-color: #FAC0E4; }
span { border-color: rgb(250,192,228); }
td.TdClassName
{
border-color: #FAC0E4;
}
.TagClassName
{
border-color: #FAC0E4;
}
</style>