Shades of Classic Rose #FAC5DF
Tints of Classic Rose #FAC5DF
RGB
CMYK
RGB Variations
Color information
#FAC5DF (or 0xFAC5DF) is known color: Classic Rose. HEX triplet: FA, C5 and DF. RGB value is (250,197,223). Sum of RGB (Red+Green+Blue) = 250+197+223=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 197 (77.34% from 255 or 29.40% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC5DF is #053A20. Grayscale: #D7D7D7. Windows color (decimal): -342561 or 14665210. OLE color: 14665210.
HSL color Cylindrical-coordinate representation of color #FAC5DF: hue angle of 330.57º 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 #FAC5DF is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 223 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.02 |
| HSL | 330.57º | 0.84% | 0.88% | - |
| HSV(B) | 330.57º | 0.21% | 0.98% | - |
| XYZ | 72.71 | 65.58 | 78.64 | - |
| YUV | 215.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 223 | 0 | 0.21 | 0.11 | 0.02 | 330.57 | 0.84 | 0.88 |
| Hex | FA | C5 | DF | 0 | 15 | B | 2 | 14B | 54 | 58 |
| Octal | 372 | 305 | 337 | 0 | 25 | 13 | 2 | 513 | 124 | 130 |
| Binary | 11111010 | 11000101 | 11011111 | 0 | 10101 | 1011 | 10 | 101001011 | 1010100 | 1011000 |
Color Harmonies of #FAC5DF
Complementary color
Monochromatic Colors of #FAC5DF
Black with #FAC5DF
Text Example
Text Example
White with #FAC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC5DF; }
p { color: rgb(250,197,223); }
H1.HeaderClassName
{
color: #FAC5DF;
}
.AnyTagClassName
{
color: #FAC5DF;
}
</style>
background-color css
<style>
a { background-color: #FAC5DF; }
a { background-color: rgb(250,197,223); }
div.DivClassName
{
background-color: #FAC5DF;
}
.BgClassName
{
background-color: #FAC5DF;
}
</style>
border-color css
<style>
span { border-color: #FAC5DF; }
span { border-color: rgb(250,197,223); }
td.TdClassName
{
border-color: #FAC5DF;
}
.TagClassName
{
border-color: #FAC5DF;
}
</style>