Shades of Classic Rose #FAC3DC
Tints of Classic Rose #FAC3DC
RGB
CMYK
RGB Variations
Color information
#FAC3DC (or 0xFAC3DC) is known color: Classic Rose. HEX triplet: FA, C3 and DC. RGB value is (250,195,220). Sum of RGB (Red+Green+Blue) = 250+195+220=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 195 (76.56% from 255 or 29.32% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3DC is #053C23. Grayscale: #D6D6D6. Windows color (decimal): -343076 or 14468090. OLE color: 14468090.
HSL color Cylindrical-coordinate representation of color #FAC3DC: hue angle of 332.73º degrees, saturation: 0.85, 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 #FAC3DC is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 220 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.02 |
| HSL | 332.73º | 0.85% | 0.87% | - |
| HSV(B) | 332.73º | 0.22% | 0.98% | - |
| XYZ | 71.86 | 64.52 | 76.38 | - |
| YUV | 214.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 220 | 0 | 0.22 | 0.12 | 0.02 | 332.73 | 0.85 | 0.87 |
| Hex | FA | C3 | DC | 0 | 16 | C | 2 | 14D | 55 | 57 |
| Octal | 372 | 303 | 334 | 0 | 26 | 14 | 2 | 515 | 125 | 127 |
| Binary | 11111010 | 11000011 | 11011100 | 0 | 10110 | 1100 | 10 | 101001101 | 1010101 | 1010111 |
Color Harmonies of #FAC3DC
Complementary color
Monochromatic Colors of #FAC3DC
Black with #FAC3DC
Text Example
Text Example
White with #FAC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3DC; }
p { color: rgb(250,195,220); }
H1.HeaderClassName
{
color: #FAC3DC;
}
.AnyTagClassName
{
color: #FAC3DC;
}
</style>
background-color css
<style>
a { background-color: #FAC3DC; }
a { background-color: rgb(250,195,220); }
div.DivClassName
{
background-color: #FAC3DC;
}
.BgClassName
{
background-color: #FAC3DC;
}
</style>
border-color css
<style>
span { border-color: #FAC3DC; }
span { border-color: rgb(250,195,220); }
td.TdClassName
{
border-color: #FAC3DC;
}
.TagClassName
{
border-color: #FAC3DC;
}
</style>