Shades of Cosmos #FAD9D4
Tints of Cosmos #FAD9D4
RGB
CMYK
RGB Variations
Color information
#FAD9D4 (or 0xFAD9D4) is known color: Cosmos. HEX triplet: FA, D9 and D4. RGB value is (250,217,212). Sum of RGB (Red+Green+Blue) = 250+217+212=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 217 (85.16% from 255 or 31.96% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD9D4 is #05262B. Grayscale: #E2E2E2. Windows color (decimal): -337452 or 13949434. OLE color: 13949434.
HSL color Cylindrical-coordinate representation of color #FAD9D4: hue angle of 7.89º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FAD9D4 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 217 | 212 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.02 |
| HSL | 7.89º | 0.79% | 0.91% | - |
| HSV(B) | 7.89º | 0.15% | 0.98% | - |
| XYZ | 76.12 | 74.7 | 72.69 | - |
| YUV | 226.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 217 | 212 | 0 | 0.13 | 0.15 | 0.02 | 7.89 | 0.79 | 0.91 |
| Hex | FA | D9 | D4 | 0 | D | F | 2 | 8 | 4F | 5B |
| Octal | 372 | 331 | 324 | 0 | 15 | 17 | 2 | 10 | 117 | 133 |
| Binary | 11111010 | 11011001 | 11010100 | 0 | 1101 | 1111 | 10 | 1000 | 1001111 | 1011011 |
Color Harmonies of #FAD9D4
Complementary color
Monochromatic Colors of #FAD9D4
Black with #FAD9D4
Text Example
Text Example
White with #FAD9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD9D4; }
p { color: rgb(250,217,212); }
H1.HeaderClassName
{
color: #FAD9D4;
}
.AnyTagClassName
{
color: #FAD9D4;
}
</style>
background-color css
<style>
a { background-color: #FAD9D4; }
a { background-color: rgb(250,217,212); }
div.DivClassName
{
background-color: #FAD9D4;
}
.BgClassName
{
background-color: #FAD9D4;
}
</style>
border-color css
<style>
span { border-color: #FAD9D4; }
span { border-color: rgb(250,217,212); }
td.TdClassName
{
border-color: #FAD9D4;
}
.TagClassName
{
border-color: #FAD9D4;
}
</style>