Shades of Classic Rose #FAC1DD
Tints of Classic Rose #FAC1DD
RGB
CMYK
RGB Variations
Color information
#FAC1DD (or 0xFAC1DD) is known color: Classic Rose. HEX triplet: FA, C1 and DD. RGB value is (250,193,221). Sum of RGB (Red+Green+Blue) = 250+193+221=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC1DD is #053E22. Grayscale: #D5D5D5. Windows color (decimal): -343587 or 14533114. OLE color: 14533114.
HSL color Cylindrical-coordinate representation of color #FAC1DD: hue angle of 330.53º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAC1DD is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 221 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.02 |
| HSL | 330.53º | 0.85% | 0.87% | - |
| HSV(B) | 330.53º | 0.23% | 0.98% | - |
| XYZ | 71.55 | 63.68 | 76.93 | - |
| YUV | 213.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 221 | 0 | 0.23 | 0.12 | 0.02 | 330.53 | 0.85 | 0.87 |
| Hex | FA | C1 | DD | 0 | 17 | C | 2 | 14B | 55 | 57 |
| Octal | 372 | 301 | 335 | 0 | 27 | 14 | 2 | 513 | 125 | 127 |
| Binary | 11111010 | 11000001 | 11011101 | 0 | 10111 | 1100 | 10 | 101001011 | 1010101 | 1010111 |
Color Harmonies of #FAC1DD
Complementary color
Monochromatic Colors of #FAC1DD
Black with #FAC1DD
Text Example
Text Example
White with #FAC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC1DD; }
p { color: rgb(250,193,221); }
H1.HeaderClassName
{
color: #FAC1DD;
}
.AnyTagClassName
{
color: #FAC1DD;
}
</style>
background-color css
<style>
a { background-color: #FAC1DD; }
a { background-color: rgb(250,193,221); }
div.DivClassName
{
background-color: #FAC1DD;
}
.BgClassName
{
background-color: #FAC1DD;
}
</style>
border-color css
<style>
span { border-color: #FAC1DD; }
span { border-color: rgb(250,193,221); }
td.TdClassName
{
border-color: #FAC1DD;
}
.TagClassName
{
border-color: #FAC1DD;
}
</style>