Shades of Classic Rose #FAC4DC
Tints of Classic Rose #FAC4DC
RGB
CMYK
RGB Variations
Color information
#FAC4DC (or 0xFAC4DC) is known color: Classic Rose. HEX triplet: FA, C4 and DC. RGB value is (250,196,220). Sum of RGB (Red+Green+Blue) = 250+196+220=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 220 (86.33% from 255 or 33.03% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4DC is #053B23. Grayscale: #D6D6D6. Windows color (decimal): -342820 or 14468346. OLE color: 14468346.
HSL color Cylindrical-coordinate representation of color #FAC4DC: hue angle of 333.33º degrees, saturation: 0.84, 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 #FAC4DC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 220 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.02 |
| HSL | 333.33º | 0.84% | 0.87% | - |
| HSV(B) | 333.33º | 0.22% | 0.98% | - |
| XYZ | 72.08 | 64.97 | 76.45 | - |
| YUV | 214.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 220 | 0 | 0.22 | 0.12 | 0.02 | 333.33 | 0.84 | 0.87 |
| Hex | FA | C4 | DC | 0 | 16 | C | 2 | 14D | 54 | 57 |
| Octal | 372 | 304 | 334 | 0 | 26 | 14 | 2 | 515 | 124 | 127 |
| Binary | 11111010 | 11000100 | 11011100 | 0 | 10110 | 1100 | 10 | 101001101 | 1010100 | 1010111 |
Color Harmonies of #FAC4DC
Complementary color
Monochromatic Colors of #FAC4DC
Black with #FAC4DC
Text Example
Text Example
White with #FAC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC4DC; }
p { color: rgb(250,196,220); }
H1.HeaderClassName
{
color: #FAC4DC;
}
.AnyTagClassName
{
color: #FAC4DC;
}
</style>
background-color css
<style>
a { background-color: #FAC4DC; }
a { background-color: rgb(250,196,220); }
div.DivClassName
{
background-color: #FAC4DC;
}
.BgClassName
{
background-color: #FAC4DC;
}
</style>
border-color css
<style>
span { border-color: #FAC4DC; }
span { border-color: rgb(250,196,220); }
td.TdClassName
{
border-color: #FAC4DC;
}
.TagClassName
{
border-color: #FAC4DC;
}
</style>