Shades of Classic Rose #FAD0EF
Tints of Classic Rose #FAD0EF
RGB
CMYK
RGB Variations
Color information
#FAD0EF (or 0xFAD0EF) is known color: Classic Rose. HEX triplet: FA, D0 and EF. RGB value is (250,208,239). Sum of RGB (Red+Green+Blue) = 250+208+239=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 208 (81.64% from 255 or 29.84% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0EF is #052F10. Grayscale: #E0E0E0. Windows color (decimal): -339729 or 15716602. OLE color: 15716602.
HSL color Cylindrical-coordinate representation of color #FAD0EF: hue angle of 315.71º 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 #FAD0EF is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 239 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.02 |
| HSL | 315.71º | 0.81% | 0.9% | - |
| HSV(B) | 315.71º | 0.17% | 0.98% | - |
| XYZ | 77.56 | 71.67 | 91.41 | - |
| YUV | 224.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 239 | 0 | 0.17 | 0.04 | 0.02 | 315.71 | 0.81 | 0.9 |
| Hex | FA | D0 | EF | 0 | 11 | 4 | 2 | 13C | 51 | 5A |
| Octal | 372 | 320 | 357 | 0 | 21 | 4 | 2 | 474 | 121 | 132 |
| Binary | 11111010 | 11010000 | 11101111 | 0 | 10001 | 100 | 10 | 100111100 | 1010001 | 1011010 |
Color Harmonies of #FAD0EF
Complementary color
Monochromatic Colors of #FAD0EF
Black with #FAD0EF
Text Example
Text Example
White with #FAD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0EF; }
p { color: rgb(250,208,239); }
H1.HeaderClassName
{
color: #FAD0EF;
}
.AnyTagClassName
{
color: #FAD0EF;
}
</style>
background-color css
<style>
a { background-color: #FAD0EF; }
a { background-color: rgb(250,208,239); }
div.DivClassName
{
background-color: #FAD0EF;
}
.BgClassName
{
background-color: #FAD0EF;
}
</style>
border-color css
<style>
span { border-color: #FAD0EF; }
span { border-color: rgb(250,208,239); }
td.TdClassName
{
border-color: #FAD0EF;
}
.TagClassName
{
border-color: #FAD0EF;
}
</style>