Shades of Classic Rose #FACCDD
Tints of Classic Rose #FACCDD
RGB
CMYK
RGB Variations
Color information
#FACCDD (or 0xFACCDD) is known color: Classic Rose. HEX triplet: FA, CC and DD. RGB value is (250,204,221). Sum of RGB (Red+Green+Blue) = 250+204+221=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCDD is #053322. Grayscale: #DBDBDB. Windows color (decimal): -340771 or 14535930. OLE color: 14535930.
HSL color Cylindrical-coordinate representation of color #FACCDD: hue angle of 337.83º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACCDD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 221 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.02 |
| HSL | 337.83º | 0.82% | 0.89% | - |
| HSV(B) | 337.83º | 0.18% | 0.98% | - |
| XYZ | 74.07 | 68.73 | 77.77 | - |
| YUV | 219.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 221 | 0 | 0.18 | 0.12 | 0.02 | 337.83 | 0.82 | 0.89 |
| Hex | FA | CC | DD | 0 | 12 | C | 2 | 152 | 52 | 59 |
| Octal | 372 | 314 | 335 | 0 | 22 | 14 | 2 | 522 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11011101 | 0 | 10010 | 1100 | 10 | 101010010 | 1010010 | 1011001 |
Color Harmonies of #FACCDD
Complementary color
Monochromatic Colors of #FACCDD
Black with #FACCDD
Text Example
Text Example
White with #FACCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCDD; }
p { color: rgb(250,204,221); }
H1.HeaderClassName
{
color: #FACCDD;
}
.AnyTagClassName
{
color: #FACCDD;
}
</style>
background-color css
<style>
a { background-color: #FACCDD; }
a { background-color: rgb(250,204,221); }
div.DivClassName
{
background-color: #FACCDD;
}
.BgClassName
{
background-color: #FACCDD;
}
</style>
border-color css
<style>
span { border-color: #FACCDD; }
span { border-color: rgb(250,204,221); }
td.TdClassName
{
border-color: #FACCDD;
}
.TagClassName
{
border-color: #FACCDD;
}
</style>