Shades of Classic Rose #FAC9DF
Tints of Classic Rose #FAC9DF
RGB
CMYK
RGB Variations
Color information
#FAC9DF (or 0xFAC9DF) is known color: Classic Rose. HEX triplet: FA, C9 and DF. RGB value is (250,201,223). Sum of RGB (Red+Green+Blue) = 250+201+223=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 201 (78.91% from 255 or 29.82% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9DF is #053620. Grayscale: #DADADA. Windows color (decimal): -341537 or 14666234. OLE color: 14666234.
HSL color Cylindrical-coordinate representation of color #FAC9DF: hue angle of 333.06º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FAC9DF is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 223 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.02 |
| HSL | 333.06º | 0.83% | 0.88% | - |
| HSV(B) | 333.06º | 0.2% | 0.98% | - |
| XYZ | 73.63 | 67.43 | 78.95 | - |
| YUV | 218.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 223 | 0 | 0.20 | 0.11 | 0.02 | 333.06 | 0.83 | 0.88 |
| Hex | FA | C9 | DF | 0 | 14 | B | 2 | 14D | 53 | 58 |
| Octal | 372 | 311 | 337 | 0 | 24 | 13 | 2 | 515 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11011111 | 0 | 10100 | 1011 | 10 | 101001101 | 1010011 | 1011000 |
Color Harmonies of #FAC9DF
Complementary color
Monochromatic Colors of #FAC9DF
Black with #FAC9DF
Text Example
Text Example
White with #FAC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9DF; }
p { color: rgb(250,201,223); }
H1.HeaderClassName
{
color: #FAC9DF;
}
.AnyTagClassName
{
color: #FAC9DF;
}
</style>
background-color css
<style>
a { background-color: #FAC9DF; }
a { background-color: rgb(250,201,223); }
div.DivClassName
{
background-color: #FAC9DF;
}
.BgClassName
{
background-color: #FAC9DF;
}
</style>
border-color css
<style>
span { border-color: #FAC9DF; }
span { border-color: rgb(250,201,223); }
td.TdClassName
{
border-color: #FAC9DF;
}
.TagClassName
{
border-color: #FAC9DF;
}
</style>