Shades of Classic Rose #FACDEC
Tints of Classic Rose #FACDEC
RGB
CMYK
RGB Variations
Color information
#FACDEC (or 0xFACDEC) is known color: Classic Rose. HEX triplet: FA, CD and EC. RGB value is (250,205,236). Sum of RGB (Red+Green+Blue) = 250+205+236=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACDEC is #053213. Grayscale: #DDDDDD. Windows color (decimal): -340500 or 15519226. OLE color: 15519226.
HSL color Cylindrical-coordinate representation of color #FACDEC: hue angle of 318.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 #FACDEC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 236 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.02 |
| HSL | 318.67º | 0.82% | 0.89% | - |
| HSV(B) | 318.67º | 0.18% | 0.98% | - |
| XYZ | 76.4 | 70.04 | 88.85 | - |
| YUV | 221.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 236 | 0 | 0.18 | 0.06 | 0.02 | 318.67 | 0.82 | 0.89 |
| Hex | FA | CD | EC | 0 | 12 | 6 | 2 | 13F | 52 | 59 |
| Octal | 372 | 315 | 354 | 0 | 22 | 6 | 2 | 477 | 122 | 131 |
| Binary | 11111010 | 11001101 | 11101100 | 0 | 10010 | 110 | 10 | 100111111 | 1010010 | 1011001 |
Color Harmonies of #FACDEC
Complementary color
Monochromatic Colors of #FACDEC
Black with #FACDEC
Text Example
Text Example
White with #FACDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACDEC; }
p { color: rgb(250,205,236); }
H1.HeaderClassName
{
color: #FACDEC;
}
.AnyTagClassName
{
color: #FACDEC;
}
</style>
background-color css
<style>
a { background-color: #FACDEC; }
a { background-color: rgb(250,205,236); }
div.DivClassName
{
background-color: #FACDEC;
}
.BgClassName
{
background-color: #FACDEC;
}
</style>
border-color css
<style>
span { border-color: #FACDEC; }
span { border-color: rgb(250,205,236); }
td.TdClassName
{
border-color: #FACDEC;
}
.TagClassName
{
border-color: #FACDEC;
}
</style>