Shades of Classic Rose #FAC2DD
Tints of Classic Rose #FAC2DD
RGB
CMYK
RGB Variations
Color information
#FAC2DD (or 0xFAC2DD) is known color: Classic Rose. HEX triplet: FA, C2 and DD. RGB value is (250,194,221). Sum of RGB (Red+Green+Blue) = 250+194+221=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC2DD is #053D22. Grayscale: #D5D5D5. Windows color (decimal): -343331 or 14533370. OLE color: 14533370.
HSL color Cylindrical-coordinate representation of color #FAC2DD: hue angle of 331.07º 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 #FAC2DD is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 221 | - |
| CMYK | 0 | 0.22 | 0.12 | 0.02 |
| HSL | 331.07º | 0.85% | 0.87% | - |
| HSV(B) | 331.07º | 0.22% | 0.98% | - |
| XYZ | 71.77 | 64.13 | 77 | - |
| YUV | 213.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 221 | 0 | 0.22 | 0.12 | 0.02 | 331.07 | 0.85 | 0.87 |
| Hex | FA | C2 | DD | 0 | 16 | C | 2 | 14B | 55 | 57 |
| Octal | 372 | 302 | 335 | 0 | 26 | 14 | 2 | 513 | 125 | 127 |
| Binary | 11111010 | 11000010 | 11011101 | 0 | 10110 | 1100 | 10 | 101001011 | 1010101 | 1010111 |
Color Harmonies of #FAC2DD
Complementary color
Monochromatic Colors of #FAC2DD
Black with #FAC2DD
Text Example
Text Example
White with #FAC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC2DD; }
p { color: rgb(250,194,221); }
H1.HeaderClassName
{
color: #FAC2DD;
}
.AnyTagClassName
{
color: #FAC2DD;
}
</style>
background-color css
<style>
a { background-color: #FAC2DD; }
a { background-color: rgb(250,194,221); }
div.DivClassName
{
background-color: #FAC2DD;
}
.BgClassName
{
background-color: #FAC2DD;
}
</style>
border-color css
<style>
span { border-color: #FAC2DD; }
span { border-color: rgb(250,194,221); }
td.TdClassName
{
border-color: #FAC2DD;
}
.TagClassName
{
border-color: #FAC2DD;
}
</style>