Shades of Classic Rose #FAC9DD
Tints of Classic Rose #FAC9DD
RGB
CMYK
RGB Variations
Color information
#FAC9DD (or 0xFAC9DD) is known color: Classic Rose. HEX triplet: FA, C9 and DD. RGB value is (250,201,221). Sum of RGB (Red+Green+Blue) = 250+201+221=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9DD is #053622. Grayscale: #D9D9D9. Windows color (decimal): -341539 or 14535162. OLE color: 14535162.
HSL color Cylindrical-coordinate representation of color #FAC9DD: hue angle of 335.51º 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 #FAC9DD is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 201 | 221 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.02 |
| HSL | 335.51º | 0.83% | 0.88% | - |
| HSV(B) | 335.51º | 0.2% | 0.98% | - |
| XYZ | 73.36 | 67.32 | 77.53 | - |
| YUV | 217.93 | 129.73 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 201 | 221 | 0 | 0.20 | 0.12 | 0.02 | 335.51 | 0.83 | 0.88 |
| Hex | FA | C9 | DD | 0 | 14 | C | 2 | 150 | 53 | 58 |
| Octal | 372 | 311 | 335 | 0 | 24 | 14 | 2 | 520 | 123 | 130 |
| Binary | 11111010 | 11001001 | 11011101 | 0 | 10100 | 1100 | 10 | 101010000 | 1010011 | 1011000 |
Color Harmonies of #FAC9DD
Complementary color
Monochromatic Colors of #FAC9DD
Black with #FAC9DD
Text Example
Text Example
White with #FAC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC9DD; }
p { color: rgb(250,201,221); }
H1.HeaderClassName
{
color: #FAC9DD;
}
.AnyTagClassName
{
color: #FAC9DD;
}
</style>
background-color css
<style>
a { background-color: #FAC9DD; }
a { background-color: rgb(250,201,221); }
div.DivClassName
{
background-color: #FAC9DD;
}
.BgClassName
{
background-color: #FAC9DD;
}
</style>
border-color css
<style>
span { border-color: #FAC9DD; }
span { border-color: rgb(250,201,221); }
td.TdClassName
{
border-color: #FAC9DD;
}
.TagClassName
{
border-color: #FAC9DD;
}
</style>