Shades of Classic Rose #FAC8DD
Tints of Classic Rose #FAC8DD
RGB
CMYK
RGB Variations
Color information
#FAC8DD (or 0xFAC8DD) is known color: Classic Rose. HEX triplet: FA, C8 and DD. RGB value is (250,200,221). Sum of RGB (Red+Green+Blue) = 250+200+221=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 200 (78.52% from 255 or 29.81% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC8DD is #053722. Grayscale: #D9D9D9. Windows color (decimal): -341795 or 14534906. OLE color: 14534906.
HSL color Cylindrical-coordinate representation of color #FAC8DD: hue angle of 334.8º 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 #FAC8DD is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 221 | - |
| CMYK | 0 | 0.2 | 0.12 | 0.02 |
| HSL | 334.8º | 0.83% | 0.88% | - |
| HSV(B) | 334.8º | 0.2% | 0.98% | - |
| XYZ | 73.13 | 66.85 | 77.46 | - |
| YUV | 217.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 221 | 0 | 0.2 | 0.12 | 0.02 | 334.8 | 0.83 | 0.88 |
| Hex | FA | C8 | DD | 0 | 14 | C | 2 | 14F | 53 | 58 |
| Octal | 372 | 310 | 335 | 0 | 24 | 14 | 2 | 517 | 123 | 130 |
| Binary | 11111010 | 11001000 | 11011101 | 0 | 10100 | 1100 | 10 | 101001111 | 1010011 | 1011000 |
Color Harmonies of #FAC8DD
Complementary color
Monochromatic Colors of #FAC8DD
Black with #FAC8DD
Text Example
Text Example
White with #FAC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC8DD; }
p { color: rgb(250,200,221); }
H1.HeaderClassName
{
color: #FAC8DD;
}
.AnyTagClassName
{
color: #FAC8DD;
}
</style>
background-color css
<style>
a { background-color: #FAC8DD; }
a { background-color: rgb(250,200,221); }
div.DivClassName
{
background-color: #FAC8DD;
}
.BgClassName
{
background-color: #FAC8DD;
}
</style>
border-color css
<style>
span { border-color: #FAC8DD; }
span { border-color: rgb(250,200,221); }
td.TdClassName
{
border-color: #FAC8DD;
}
.TagClassName
{
border-color: #FAC8DD;
}
</style>