Shades of Classic Rose #FAC0DF
Tints of Classic Rose #FAC0DF
RGB
CMYK
RGB Variations
Color information
#FAC0DF (or 0xFAC0DF) is known color: Classic Rose. HEX triplet: FA, C0 and DF. RGB value is (250,192,223). Sum of RGB (Red+Green+Blue) = 250+192+223=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC0DF is #053F20. Grayscale: #D4D4D4. Windows color (decimal): -343841 or 14663930. OLE color: 14663930.
HSL color Cylindrical-coordinate representation of color #FAC0DF: hue angle of 327.93º 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 #FAC0DF is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 223 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.02 |
| HSL | 327.93º | 0.85% | 0.87% | - |
| HSV(B) | 327.93º | 0.23% | 0.98% | - |
| XYZ | 71.59 | 63.35 | 78.27 | - |
| YUV | 212.88 | 133.72 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 223 | 0 | 0.23 | 0.11 | 0.02 | 327.93 | 0.85 | 0.87 |
| Hex | FA | C0 | DF | 0 | 17 | B | 2 | 148 | 55 | 57 |
| Octal | 372 | 300 | 337 | 0 | 27 | 13 | 2 | 510 | 125 | 127 |
| Binary | 11111010 | 11000000 | 11011111 | 0 | 10111 | 1011 | 10 | 101001000 | 1010101 | 1010111 |
Color Harmonies of #FAC0DF
Complementary color
Monochromatic Colors of #FAC0DF
Black with #FAC0DF
Text Example
Text Example
White with #FAC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC0DF; }
p { color: rgb(250,192,223); }
H1.HeaderClassName
{
color: #FAC0DF;
}
.AnyTagClassName
{
color: #FAC0DF;
}
</style>
background-color css
<style>
a { background-color: #FAC0DF; }
a { background-color: rgb(250,192,223); }
div.DivClassName
{
background-color: #FAC0DF;
}
.BgClassName
{
background-color: #FAC0DF;
}
</style>
border-color css
<style>
span { border-color: #FAC0DF; }
span { border-color: rgb(250,192,223); }
td.TdClassName
{
border-color: #FAC0DF;
}
.TagClassName
{
border-color: #FAC0DF;
}
</style>