Shades of Classic Rose #FACDDD
Tints of Classic Rose #FACDDD
RGB
CMYK
RGB Variations
Color information
#FACDDD (or 0xFACDDD) is known color: Classic Rose. HEX triplet: FA, CD and DD. RGB value is (250,205,221). Sum of RGB (Red+Green+Blue) = 250+205+221=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 205 (80.47% from 255 or 30.33% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACDDD is #053222. Grayscale: #DCDCDC. Windows color (decimal): -340515 or 14536186. OLE color: 14536186.
HSL color Cylindrical-coordinate representation of color #FACDDD: hue angle of 338.67º 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 #FACDDD is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 221 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.02 |
| HSL | 338.67º | 0.82% | 0.89% | - |
| HSV(B) | 338.67º | 0.18% | 0.98% | - |
| XYZ | 74.31 | 69.21 | 77.85 | - |
| YUV | 220.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 221 | 0 | 0.18 | 0.12 | 0.02 | 338.67 | 0.82 | 0.89 |
| Hex | FA | CD | DD | 0 | 12 | C | 2 | 153 | 52 | 59 |
| Octal | 372 | 315 | 335 | 0 | 22 | 14 | 2 | 523 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11011101 | 0 | 10010 | 1100 | 10 | 101010011 | 1010010 | 1011001 |
Color Harmonies of #FACDDD
Complementary color
Monochromatic Colors of #FACDDD
Black with #FACDDD
Text Example
Text Example
White with #FACDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDDD; }
p { color: rgb(250,205,221); }
H1.HeaderClassName
{
color: #FACDDD;
}
.AnyTagClassName
{
color: #FACDDD;
}
</style>
background-color css
<style>
a { background-color: #FACDDD; }
a { background-color: rgb(250,205,221); }
div.DivClassName
{
background-color: #FACDDD;
}
.BgClassName
{
background-color: #FACDDD;
}
</style>
border-color css
<style>
span { border-color: #FACDDD; }
span { border-color: rgb(250,205,221); }
td.TdClassName
{
border-color: #FACDDD;
}
.TagClassName
{
border-color: #FACDDD;
}
</style>