Shades of Classic Rose #FAD0EC
Tints of Classic Rose #FAD0EC
RGB
CMYK
RGB Variations
Color information
#FAD0EC (or 0xFAD0EC) is known color: Classic Rose. HEX triplet: FA, D0 and EC. RGB value is (250,208,236). Sum of RGB (Red+Green+Blue) = 250+208+236=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0EC is #052F13. Grayscale: #DFDFDF. Windows color (decimal): -339732 or 15519994. OLE color: 15519994.
HSL color Cylindrical-coordinate representation of color #FAD0EC: hue angle of 320º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FAD0EC is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 236 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.02 |
| HSL | 320º | 0.81% | 0.9% | - |
| HSV(B) | 320º | 0.17% | 0.98% | - |
| XYZ | 77.12 | 71.49 | 89.09 | - |
| YUV | 223.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 236 | 0 | 0.17 | 0.06 | 0.02 | 320 | 0.81 | 0.9 |
| Hex | FA | D0 | EC | 0 | 11 | 6 | 2 | 140 | 51 | 5A |
| Octal | 372 | 320 | 354 | 0 | 21 | 6 | 2 | 500 | 121 | 132 |
| Binary | 11111010 | 11010000 | 11101100 | 0 | 10001 | 110 | 10 | 101000000 | 1010001 | 1011010 |
Color Harmonies of #FAD0EC
Complementary color
Monochromatic Colors of #FAD0EC
Black with #FAD0EC
Text Example
Text Example
White with #FAD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0EC; }
p { color: rgb(250,208,236); }
H1.HeaderClassName
{
color: #FAD0EC;
}
.AnyTagClassName
{
color: #FAD0EC;
}
</style>
background-color css
<style>
a { background-color: #FAD0EC; }
a { background-color: rgb(250,208,236); }
div.DivClassName
{
background-color: #FAD0EC;
}
.BgClassName
{
background-color: #FAD0EC;
}
</style>
border-color css
<style>
span { border-color: #FAD0EC; }
span { border-color: rgb(250,208,236); }
td.TdClassName
{
border-color: #FAD0EC;
}
.TagClassName
{
border-color: #FAD0EC;
}
</style>