Shades of Cosmos #FAD6D2
Tints of Cosmos #FAD6D2
RGB
CMYK
RGB Variations
Color information
#FAD6D2 (or 0xFAD6D2) is known color: Cosmos. HEX triplet: FA, D6 and D2. RGB value is (250,214,210). Sum of RGB (Red+Green+Blue) = 250+214+210=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6D2 is #05292D. Grayscale: #E0E0E0. Windows color (decimal): -338222 or 13817594. OLE color: 13817594.
HSL color Cylindrical-coordinate representation of color #FAD6D2: hue angle of 6º 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 #FAD6D2 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 214 | 210 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.02 |
| HSL | 6º | 0.8% | 0.9% | - |
| HSV(B) | 6º | 0.16% | 0.98% | - |
| XYZ | 75.1 | 73.07 | 71.12 | - |
| YUV | 224.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 214 | 210 | 0 | 0.14 | 0.16 | 0.02 | 6 | 0.8 | 0.9 |
| Hex | FA | D6 | D2 | 0 | E | 10 | 2 | 6 | 50 | 5A |
| Octal | 372 | 326 | 322 | 0 | 16 | 20 | 2 | 6 | 120 | 132 |
| Binary | 11111010 | 11010110 | 11010010 | 0 | 1110 | 10000 | 10 | 110 | 1010000 | 1011010 |
Color Harmonies of #FAD6D2
Complementary color
Monochromatic Colors of #FAD6D2
Black with #FAD6D2
Text Example
Text Example
White with #FAD6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD6D2; }
p { color: rgb(250,214,210); }
H1.HeaderClassName
{
color: #FAD6D2;
}
.AnyTagClassName
{
color: #FAD6D2;
}
</style>
background-color css
<style>
a { background-color: #FAD6D2; }
a { background-color: rgb(250,214,210); }
div.DivClassName
{
background-color: #FAD6D2;
}
.BgClassName
{
background-color: #FAD6D2;
}
</style>
border-color css
<style>
span { border-color: #FAD6D2; }
span { border-color: rgb(250,214,210); }
td.TdClassName
{
border-color: #FAD6D2;
}
.TagClassName
{
border-color: #FAD6D2;
}
</style>