Shades of Cosmos #FAD8D1
Tints of Cosmos #FAD8D1
RGB
CMYK
RGB Variations
Color information
#FAD8D1 (or 0xFAD8D1) is known color: Cosmos. HEX triplet: FA, D8 and D1. RGB value is (250,216,209). Sum of RGB (Red+Green+Blue) = 250+216+209=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8D1 is #05272E. Grayscale: #E1E1E1. Windows color (decimal): -337711 or 13752570. OLE color: 13752570.
HSL color Cylindrical-coordinate representation of color #FAD8D1: hue angle of 10.24º 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 #FAD8D1 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 209 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.02 |
| HSL | 10.24º | 0.8% | 0.9% | - |
| HSV(B) | 10.24º | 0.16% | 0.98% | - |
| XYZ | 75.49 | 74.04 | 70.63 | - |
| YUV | 225.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 209 | 0 | 0.14 | 0.16 | 0.02 | 10.24 | 0.8 | 0.9 |
| Hex | FA | D8 | D1 | 0 | E | 10 | 2 | A | 50 | 5A |
| Octal | 372 | 330 | 321 | 0 | 16 | 20 | 2 | 12 | 120 | 132 |
| Binary | 11111010 | 11011000 | 11010001 | 0 | 1110 | 10000 | 10 | 1010 | 1010000 | 1011010 |
Color Harmonies of #FAD8D1
Complementary color
Monochromatic Colors of #FAD8D1
Black with #FAD8D1
Text Example
Text Example
White with #FAD8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD8D1; }
p { color: rgb(250,216,209); }
H1.HeaderClassName
{
color: #FAD8D1;
}
.AnyTagClassName
{
color: #FAD8D1;
}
</style>
background-color css
<style>
a { background-color: #FAD8D1; }
a { background-color: rgb(250,216,209); }
div.DivClassName
{
background-color: #FAD8D1;
}
.BgClassName
{
background-color: #FAD8D1;
}
</style>
border-color css
<style>
span { border-color: #FAD8D1; }
span { border-color: rgb(250,216,209); }
td.TdClassName
{
border-color: #FAD8D1;
}
.TagClassName
{
border-color: #FAD8D1;
}
</style>