Shades of Cosmos #FAD8D3
Tints of Cosmos #FAD8D3
RGB
CMYK
RGB Variations
Color information
#FAD8D3 (or 0xFAD8D3) is known color: Cosmos. HEX triplet: FA, D8 and D3. RGB value is (250,216,211). Sum of RGB (Red+Green+Blue) = 250+216+211=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 211 (82.81% from 255 or 31.17% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD8D3 is #05272C. Grayscale: #E1E1E1. Windows color (decimal): -337709 or 13883642. OLE color: 13883642.
HSL color Cylindrical-coordinate representation of color #FAD8D3: hue angle of 7.69º 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 #FAD8D3 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 216 | 211 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.02 |
| HSL | 7.69º | 0.8% | 0.9% | - |
| HSV(B) | 7.69º | 0.16% | 0.98% | - |
| XYZ | 75.74 | 74.14 | 71.95 | - |
| YUV | 225.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 216 | 211 | 0 | 0.14 | 0.16 | 0.02 | 7.69 | 0.8 | 0.9 |
| Hex | FA | D8 | D3 | 0 | E | 10 | 2 | 8 | 50 | 5A |
| Octal | 372 | 330 | 323 | 0 | 16 | 20 | 2 | 10 | 120 | 132 |
| Binary | 11111010 | 11011000 | 11010011 | 0 | 1110 | 10000 | 10 | 1000 | 1010000 | 1011010 |
Color Harmonies of #FAD8D3
Complementary color
Monochromatic Colors of #FAD8D3
Black with #FAD8D3
Text Example
Text Example
White with #FAD8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD8D3; }
p { color: rgb(250,216,211); }
H1.HeaderClassName
{
color: #FAD8D3;
}
.AnyTagClassName
{
color: #FAD8D3;
}
</style>
background-color css
<style>
a { background-color: #FAD8D3; }
a { background-color: rgb(250,216,211); }
div.DivClassName
{
background-color: #FAD8D3;
}
.BgClassName
{
background-color: #FAD8D3;
}
</style>
border-color css
<style>
span { border-color: #FAD8D3; }
span { border-color: rgb(250,216,211); }
td.TdClassName
{
border-color: #FAD8D3;
}
.TagClassName
{
border-color: #FAD8D3;
}
</style>