Shades of Classic Rose #FAC6DD
Tints of Classic Rose #FAC6DD
RGB
CMYK
RGB Variations
Color information
#FAC6DD (or 0xFAC6DD) is known color: Classic Rose. HEX triplet: FA, C6 and DD. RGB value is (250,198,221). Sum of RGB (Red+Green+Blue) = 250+198+221=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC6DD is #053922. Grayscale: #D8D8D8. Windows color (decimal): -342307 or 14534394. OLE color: 14534394.
HSL color Cylindrical-coordinate representation of color #FAC6DD: hue angle of 333.46º 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 #FAC6DD is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 221 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.02 |
| HSL | 333.46º | 0.84% | 0.88% | - |
| HSV(B) | 333.46º | 0.21% | 0.98% | - |
| XYZ | 72.67 | 65.93 | 77.3 | - |
| YUV | 216.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 221 | 0 | 0.21 | 0.12 | 0.02 | 333.46 | 0.84 | 0.88 |
| Hex | FA | C6 | DD | 0 | 15 | C | 2 | 14D | 54 | 58 |
| Octal | 372 | 306 | 335 | 0 | 25 | 14 | 2 | 515 | 124 | 130 |
| Binary | 11111010 | 11000110 | 11011101 | 0 | 10101 | 1100 | 10 | 101001101 | 1010100 | 1011000 |
Color Harmonies of #FAC6DD
Complementary color
Monochromatic Colors of #FAC6DD
Black with #FAC6DD
Text Example
Text Example
White with #FAC6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC6DD; }
p { color: rgb(250,198,221); }
H1.HeaderClassName
{
color: #FAC6DD;
}
.AnyTagClassName
{
color: #FAC6DD;
}
</style>
background-color css
<style>
a { background-color: #FAC6DD; }
a { background-color: rgb(250,198,221); }
div.DivClassName
{
background-color: #FAC6DD;
}
.BgClassName
{
background-color: #FAC6DD;
}
</style>
border-color css
<style>
span { border-color: #FAC6DD; }
span { border-color: rgb(250,198,221); }
td.TdClassName
{
border-color: #FAC6DD;
}
.TagClassName
{
border-color: #FAC6DD;
}
</style>