Shades of Classic Rose #FACDDF
Tints of Classic Rose #FACDDF
RGB
CMYK
RGB Variations
Color information
#FACDDF (or 0xFACDDF) is known color: Classic Rose. HEX triplet: FA, CD and DF. RGB value is (250,205,223). Sum of RGB (Red+Green+Blue) = 250+205+223=678 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.87% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDDF is #053220. Grayscale: #DCDCDC. Windows color (decimal): -340513 or 14667258. OLE color: 14667258.
HSL color Cylindrical-coordinate representation of color #FACDDF: hue angle of 336º 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 #FACDDF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 223 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.02 |
| HSL | 336º | 0.82% | 0.89% | - |
| HSV(B) | 336º | 0.18% | 0.98% | - |
| XYZ | 74.57 | 69.31 | 79.26 | - |
| YUV | 220.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 223 | 0 | 0.18 | 0.11 | 0.02 | 336 | 0.82 | 0.89 |
| Hex | FA | CD | DF | 0 | 12 | B | 2 | 150 | 52 | 59 |
| Octal | 372 | 315 | 337 | 0 | 22 | 13 | 2 | 520 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11011111 | 0 | 10010 | 1011 | 10 | 101010000 | 1010010 | 1011001 |
Color Harmonies of #FACDDF
Complementary color
Monochromatic Colors of #FACDDF
Black with #FACDDF
Text Example
Text Example
White with #FACDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDDF; }
p { color: rgb(250,205,223); }
H1.HeaderClassName
{
color: #FACDDF;
}
.AnyTagClassName
{
color: #FACDDF;
}
</style>
background-color css
<style>
a { background-color: #FACDDF; }
a { background-color: rgb(250,205,223); }
div.DivClassName
{
background-color: #FACDDF;
}
.BgClassName
{
background-color: #FACDDF;
}
</style>
border-color css
<style>
span { border-color: #FACDDF; }
span { border-color: rgb(250,205,223); }
td.TdClassName
{
border-color: #FACDDF;
}
.TagClassName
{
border-color: #FACDDF;
}
</style>