Shades of Classic Rose #FAD0E6
Tints of Classic Rose #FAD0E6
RGB
CMYK
RGB Variations
Color information
#FAD0E6 (or 0xFAD0E6) is known color: Classic Rose. HEX triplet: FA, D0 and E6. RGB value is (250,208,230). Sum of RGB (Red+Green+Blue) = 250+208+230=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 208 (81.64% from 255 or 30.23% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0E6 is #052F19. Grayscale: #DFDFDF. Windows color (decimal): -339738 or 15126778. OLE color: 15126778.
HSL color Cylindrical-coordinate representation of color #FAD0E6: hue angle of 328.57º 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 #FAD0E6 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 230 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.02 |
| HSL | 328.57º | 0.81% | 0.9% | - |
| HSV(B) | 328.57º | 0.17% | 0.98% | - |
| XYZ | 76.26 | 71.15 | 84.58 | - |
| YUV | 223.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 230 | 0 | 0.17 | 0.08 | 0.02 | 328.57 | 0.81 | 0.9 |
| Hex | FA | D0 | E6 | 0 | 11 | 8 | 2 | 149 | 51 | 5A |
| Octal | 372 | 320 | 346 | 0 | 21 | 10 | 2 | 511 | 121 | 132 |
| Binary | 11111010 | 11010000 | 11100110 | 0 | 10001 | 1000 | 10 | 101001001 | 1010001 | 1011010 |
Color Harmonies of #FAD0E6
Complementary color
Monochromatic Colors of #FAD0E6
Black with #FAD0E6
Text Example
Text Example
White with #FAD0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD0E6; }
p { color: rgb(250,208,230); }
H1.HeaderClassName
{
color: #FAD0E6;
}
.AnyTagClassName
{
color: #FAD0E6;
}
</style>
background-color css
<style>
a { background-color: #FAD0E6; }
a { background-color: rgb(250,208,230); }
div.DivClassName
{
background-color: #FAD0E6;
}
.BgClassName
{
background-color: #FAD0E6;
}
</style>
border-color css
<style>
span { border-color: #FAD0E6; }
span { border-color: rgb(250,208,230); }
td.TdClassName
{
border-color: #FAD0E6;
}
.TagClassName
{
border-color: #FAD0E6;
}
</style>