Shades of Classic Rose #FACCDF
Tints of Classic Rose #FACCDF
RGB
CMYK
RGB Variations
Color information
#FACCDF (or 0xFACCDF) is known color: Classic Rose. HEX triplet: FA, CC and DF. RGB value is (250,204,223). Sum of RGB (Red+Green+Blue) = 250+204+223=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACCDF is #053320. Grayscale: #DBDBDB. Windows color (decimal): -340769 or 14667002. OLE color: 14667002.
HSL color Cylindrical-coordinate representation of color #FACCDF: hue angle of 335.22º 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 #FACCDF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 223 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.02 |
| HSL | 335.22º | 0.82% | 0.89% | - |
| HSV(B) | 335.22º | 0.18% | 0.98% | - |
| XYZ | 74.34 | 68.84 | 79.18 | - |
| YUV | 219.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 223 | 0 | 0.18 | 0.11 | 0.02 | 335.22 | 0.82 | 0.89 |
| Hex | FA | CC | DF | 0 | 12 | B | 2 | 14F | 52 | 59 |
| Octal | 372 | 314 | 337 | 0 | 22 | 13 | 2 | 517 | 122 | 131 |
| Binary | 11111010 | 11001100 | 11011111 | 0 | 10010 | 1011 | 10 | 101001111 | 1010010 | 1011001 |
Color Harmonies of #FACCDF
Complementary color
Monochromatic Colors of #FACCDF
Black with #FACCDF
Text Example
Text Example
White with #FACCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACCDF; }
p { color: rgb(250,204,223); }
H1.HeaderClassName
{
color: #FACCDF;
}
.AnyTagClassName
{
color: #FACCDF;
}
</style>
background-color css
<style>
a { background-color: #FACCDF; }
a { background-color: rgb(250,204,223); }
div.DivClassName
{
background-color: #FACCDF;
}
.BgClassName
{
background-color: #FACCDF;
}
</style>
border-color css
<style>
span { border-color: #FACCDF; }
span { border-color: rgb(250,204,223); }
td.TdClassName
{
border-color: #FACCDF;
}
.TagClassName
{
border-color: #FACCDF;
}
</style>