Shades of Classic Rose #FAD1EC
Tints of Classic Rose #FAD1EC
RGB
CMYK
RGB Variations
Color information
#FAD1EC (or 0xFAD1EC) is known color: Classic Rose. HEX triplet: FA, D1 and EC. RGB value is (250,209,236). Sum of RGB (Red+Green+Blue) = 250+209+236=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 209 (82.03% from 255 or 30.07% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD1EC is #052E13. Grayscale: #E0E0E0. Windows color (decimal): -339476 or 15520250. OLE color: 15520250.
HSL color Cylindrical-coordinate representation of color #FAD1EC: hue angle of 320.49º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD1EC is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 236 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.02 |
| HSL | 320.49º | 0.8% | 0.9% | - |
| HSV(B) | 320.49º | 0.16% | 0.98% | - |
| XYZ | 77.37 | 71.98 | 89.17 | - |
| YUV | 224.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 236 | 0 | 0.16 | 0.06 | 0.02 | 320.49 | 0.8 | 0.9 |
| Hex | FA | D1 | EC | 0 | 10 | 6 | 2 | 140 | 50 | 5A |
| Octal | 372 | 321 | 354 | 0 | 20 | 6 | 2 | 500 | 120 | 132 |
| Binary | 11111010 | 11010001 | 11101100 | 0 | 10000 | 110 | 10 | 101000000 | 1010000 | 1011010 |
Color Harmonies of #FAD1EC
Complementary color
Monochromatic Colors of #FAD1EC
Black with #FAD1EC
Text Example
Text Example
White with #FAD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1EC; }
p { color: rgb(250,209,236); }
H1.HeaderClassName
{
color: #FAD1EC;
}
.AnyTagClassName
{
color: #FAD1EC;
}
</style>
background-color css
<style>
a { background-color: #FAD1EC; }
a { background-color: rgb(250,209,236); }
div.DivClassName
{
background-color: #FAD1EC;
}
.BgClassName
{
background-color: #FAD1EC;
}
</style>
border-color css
<style>
span { border-color: #FAD1EC; }
span { border-color: rgb(250,209,236); }
td.TdClassName
{
border-color: #FAD1EC;
}
.TagClassName
{
border-color: #FAD1EC;
}
</style>