Shades of Classic Rose #FAC1D9
Tints of Classic Rose #FAC1D9
RGB
CMYK
RGB Variations
Color information
#FAC1D9 (or 0xFAC1D9) is known color: Classic Rose. HEX triplet: FA, C1 and D9. RGB value is (250,193,217). Sum of RGB (Red+Green+Blue) = 250+193+217=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1D9 is #053E26. Grayscale: #D4D4D4. Windows color (decimal): -343591 or 14270970. OLE color: 14270970.
HSL color Cylindrical-coordinate representation of color #FAC1D9: hue angle of 334.74º 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 #FAC1D9 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 217 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.02 |
| HSL | 334.74º | 0.85% | 0.87% | - |
| HSV(B) | 334.74º | 0.23% | 0.98% | - |
| XYZ | 71.02 | 63.47 | 74.15 | - |
| YUV | 212.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 217 | 0 | 0.23 | 0.13 | 0.02 | 334.74 | 0.85 | 0.87 |
| Hex | FA | C1 | D9 | 0 | 17 | D | 2 | 14F | 55 | 57 |
| Octal | 372 | 301 | 331 | 0 | 27 | 15 | 2 | 517 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11011001 | 0 | 10111 | 1101 | 10 | 101001111 | 1010101 | 1010111 |
Color Harmonies of #FAC1D9
Complementary color
Monochromatic Colors of #FAC1D9
Black with #FAC1D9
Text Example
Text Example
White with #FAC1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1D9; }
p { color: rgb(250,193,217); }
H1.HeaderClassName
{
color: #FAC1D9;
}
.AnyTagClassName
{
color: #FAC1D9;
}
</style>
background-color css
<style>
a { background-color: #FAC1D9; }
a { background-color: rgb(250,193,217); }
div.DivClassName
{
background-color: #FAC1D9;
}
.BgClassName
{
background-color: #FAC1D9;
}
</style>
border-color css
<style>
span { border-color: #FAC1D9; }
span { border-color: rgb(250,193,217); }
td.TdClassName
{
border-color: #FAC1D9;
}
.TagClassName
{
border-color: #FAC1D9;
}
</style>