Shades of Classic Rose #FAC1DF
Tints of Classic Rose #FAC1DF
RGB
CMYK
RGB Variations
Color information
#FAC1DF (or 0xFAC1DF) is known color: Classic Rose. HEX triplet: FA, C1 and DF. RGB value is (250,193,223). Sum of RGB (Red+Green+Blue) = 250+193+223=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1DF is #053E20. Grayscale: #D5D5D5. Windows color (decimal): -343585 or 14664186. OLE color: 14664186.
HSL color Cylindrical-coordinate representation of color #FAC1DF: hue angle of 328.42º 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 #FAC1DF is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 223 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.02 |
| HSL | 328.42º | 0.85% | 0.87% | - |
| HSV(B) | 328.42º | 0.23% | 0.98% | - |
| XYZ | 71.81 | 63.79 | 78.34 | - |
| YUV | 213.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 223 | 0 | 0.23 | 0.11 | 0.02 | 328.42 | 0.85 | 0.87 |
| Hex | FA | C1 | DF | 0 | 17 | B | 2 | 148 | 55 | 57 |
| Octal | 372 | 301 | 337 | 0 | 27 | 13 | 2 | 510 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11011111 | 0 | 10111 | 1011 | 10 | 101001000 | 1010101 | 1010111 |
Color Harmonies of #FAC1DF
Complementary color
Monochromatic Colors of #FAC1DF
Black with #FAC1DF
Text Example
Text Example
White with #FAC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1DF; }
p { color: rgb(250,193,223); }
H1.HeaderClassName
{
color: #FAC1DF;
}
.AnyTagClassName
{
color: #FAC1DF;
}
</style>
background-color css
<style>
a { background-color: #FAC1DF; }
a { background-color: rgb(250,193,223); }
div.DivClassName
{
background-color: #FAC1DF;
}
.BgClassName
{
background-color: #FAC1DF;
}
</style>
border-color css
<style>
span { border-color: #FAC1DF; }
span { border-color: rgb(250,193,223); }
td.TdClassName
{
border-color: #FAC1DF;
}
.TagClassName
{
border-color: #FAC1DF;
}
</style>