Shades of Cosmos #FAD7D2
Tints of Cosmos #FAD7D2
RGB
CMYK
RGB Variations
Color information
#FAD7D2 (or 0xFAD7D2) is known color: Cosmos. HEX triplet: FA, D7 and D2. RGB value is (250,215,210). Sum of RGB (Red+Green+Blue) = 250+215+210=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD7D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD7D2 is #05282D. Grayscale: #E0E0E0. Windows color (decimal): -337966 or 13817850. OLE color: 13817850.
HSL color Cylindrical-coordinate representation of color #FAD7D2: hue angle of 7.5º 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 #FAD7D2 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 215 | 210 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.02 |
| HSL | 7.5º | 0.8% | 0.9% | - |
| HSV(B) | 7.5º | 0.16% | 0.98% | - |
| XYZ | 75.36 | 73.58 | 71.2 | - |
| YUV | 224.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 215 | 210 | 0 | 0.14 | 0.16 | 0.02 | 7.5 | 0.8 | 0.9 |
| Hex | FA | D7 | D2 | 0 | E | 10 | 2 | 8 | 50 | 5A |
| Octal | 372 | 327 | 322 | 0 | 16 | 20 | 2 | 10 | 120 | 132 |
| Binary | 11111010 | 11010111 | 11010010 | 0 | 1110 | 10000 | 10 | 1000 | 1010000 | 1011010 |
Color Harmonies of #FAD7D2
Complementary color
Monochromatic Colors of #FAD7D2
Black with #FAD7D2
Text Example
Text Example
White with #FAD7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD7D2; }
p { color: rgb(250,215,210); }
H1.HeaderClassName
{
color: #FAD7D2;
}
.AnyTagClassName
{
color: #FAD7D2;
}
</style>
background-color css
<style>
a { background-color: #FAD7D2; }
a { background-color: rgb(250,215,210); }
div.DivClassName
{
background-color: #FAD7D2;
}
.BgClassName
{
background-color: #FAD7D2;
}
</style>
border-color css
<style>
span { border-color: #FAD7D2; }
span { border-color: rgb(250,215,210); }
td.TdClassName
{
border-color: #FAD7D2;
}
.TagClassName
{
border-color: #FAD7D2;
}
</style>