Shades of Classic Rose #FAC6DC
Tints of Classic Rose #FAC6DC
RGB
CMYK
RGB Variations
Color information
#FAC6DC (or 0xFAC6DC) is known color: Classic Rose. HEX triplet: FA, C6 and DC. RGB value is (250,198,220). Sum of RGB (Red+Green+Blue) = 250+198+220=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 198 (77.73% from 255 or 29.64% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6DC is #053923. Grayscale: #D8D8D8. Windows color (decimal): -342308 or 14468858. OLE color: 14468858.
HSL color Cylindrical-coordinate representation of color #FAC6DC: hue angle of 334.62º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAC6DC is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 220 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.02 |
| HSL | 334.62º | 0.84% | 0.88% | - |
| HSV(B) | 334.62º | 0.21% | 0.98% | - |
| XYZ | 72.54 | 65.88 | 76.6 | - |
| YUV | 216.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 220 | 0 | 0.21 | 0.12 | 0.02 | 334.62 | 0.84 | 0.88 |
| Hex | FA | C6 | DC | 0 | 15 | C | 2 | 14F | 54 | 58 |
| Octal | 372 | 306 | 334 | 0 | 25 | 14 | 2 | 517 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11011100 | 0 | 10101 | 1100 | 10 | 101001111 | 1010100 | 1011000 |
Color Harmonies of #FAC6DC
Complementary color
Monochromatic Colors of #FAC6DC
Black with #FAC6DC
Text Example
Text Example
White with #FAC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6DC; }
p { color: rgb(250,198,220); }
H1.HeaderClassName
{
color: #FAC6DC;
}
.AnyTagClassName
{
color: #FAC6DC;
}
</style>
background-color css
<style>
a { background-color: #FAC6DC; }
a { background-color: rgb(250,198,220); }
div.DivClassName
{
background-color: #FAC6DC;
}
.BgClassName
{
background-color: #FAC6DC;
}
</style>
border-color css
<style>
span { border-color: #FAC6DC; }
span { border-color: rgb(250,198,220); }
td.TdClassName
{
border-color: #FAC6DC;
}
.TagClassName
{
border-color: #FAC6DC;
}
</style>