Shades of Classic Rose #FAC8DF
Tints of Classic Rose #FAC8DF
RGB
CMYK
RGB Variations
Color information
#FAC8DF (or 0xFAC8DF) is known color: Classic Rose. HEX triplet: FA, C8 and DF. RGB value is (250,200,223). Sum of RGB (Red+Green+Blue) = 250+200+223=673 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.15% from 673); Green value is 200 (78.52% from 255 or 29.72% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8DF is #053720. Grayscale: #D9D9D9. Windows color (decimal): -341793 or 14665978. OLE color: 14665978.
HSL color Cylindrical-coordinate representation of color #FAC8DF: hue angle of 332.4º 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 #FAC8DF is Cyan = 0, Magento = 0.2, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 223 | - |
| CMYK | 0 | 0.2 | 0.11 | 0.02 |
| HSL | 332.4º | 0.83% | 0.88% | - |
| HSV(B) | 332.4º | 0.2% | 0.98% | - |
| XYZ | 73.4 | 66.96 | 78.87 | - |
| YUV | 217.57 | 131.07 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 223 | 0 | 0.2 | 0.11 | 0.02 | 332.4 | 0.83 | 0.88 |
| Hex | FA | C8 | DF | 0 | 14 | B | 2 | 14C | 53 | 58 |
| Octal | 372 | 310 | 337 | 0 | 24 | 13 | 2 | 514 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11011111 | 0 | 10100 | 1011 | 10 | 101001100 | 1010011 | 1011000 |
Color Harmonies of #FAC8DF
Complementary color
Monochromatic Colors of #FAC8DF
Black with #FAC8DF
Text Example
Text Example
White with #FAC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8DF; }
p { color: rgb(250,200,223); }
H1.HeaderClassName
{
color: #FAC8DF;
}
.AnyTagClassName
{
color: #FAC8DF;
}
</style>
background-color css
<style>
a { background-color: #FAC8DF; }
a { background-color: rgb(250,200,223); }
div.DivClassName
{
background-color: #FAC8DF;
}
.BgClassName
{
background-color: #FAC8DF;
}
</style>
border-color css
<style>
span { border-color: #FAC8DF; }
span { border-color: rgb(250,200,223); }
td.TdClassName
{
border-color: #FAC8DF;
}
.TagClassName
{
border-color: #FAC8DF;
}
</style>