Shades of Classic Rose #FAC3DF
Tints of Classic Rose #FAC3DF
RGB
CMYK
RGB Variations
Color information
#FAC3DF (or 0xFAC3DF) is known color: Classic Rose. HEX triplet: FA, C3 and DF. RGB value is (250,195,223). Sum of RGB (Red+Green+Blue) = 250+195+223=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3DF is #053C20. Grayscale: #D6D6D6. Windows color (decimal): -343073 or 14664698. OLE color: 14664698.
HSL color Cylindrical-coordinate representation of color #FAC3DF: hue angle of 329.45º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FAC3DF is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 223 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.02 |
| HSL | 329.45º | 0.85% | 0.87% | - |
| HSV(B) | 329.45º | 0.22% | 0.98% | - |
| XYZ | 72.26 | 64.68 | 78.49 | - |
| YUV | 214.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 223 | 0 | 0.22 | 0.11 | 0.02 | 329.45 | 0.85 | 0.87 |
| Hex | FA | C3 | DF | 0 | 16 | B | 2 | 149 | 55 | 57 |
| Octal | 372 | 303 | 337 | 0 | 26 | 13 | 2 | 511 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11011111 | 0 | 10110 | 1011 | 10 | 101001001 | 1010101 | 1010111 |
Color Harmonies of #FAC3DF
Complementary color
Monochromatic Colors of #FAC3DF
Black with #FAC3DF
Text Example
Text Example
White with #FAC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3DF; }
p { color: rgb(250,195,223); }
H1.HeaderClassName
{
color: #FAC3DF;
}
.AnyTagClassName
{
color: #FAC3DF;
}
</style>
background-color css
<style>
a { background-color: #FAC3DF; }
a { background-color: rgb(250,195,223); }
div.DivClassName
{
background-color: #FAC3DF;
}
.BgClassName
{
background-color: #FAC3DF;
}
</style>
border-color css
<style>
span { border-color: #FAC3DF; }
span { border-color: rgb(250,195,223); }
td.TdClassName
{
border-color: #FAC3DF;
}
.TagClassName
{
border-color: #FAC3DF;
}
</style>