Shades of Cosmos #FAD2CE
Tints of Cosmos #FAD2CE
RGB
CMYK
RGB Variations
Color information
#FAD2CE (or 0xFAD2CE) is known color: Cosmos. HEX triplet: FA, D2 and CE. RGB value is (250,210,206). Sum of RGB (Red+Green+Blue) = 250+210+206=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2CE is #052D31. Grayscale: #DDDDDD. Windows color (decimal): -339250 or 13554426. OLE color: 13554426.
HSL color Cylindrical-coordinate representation of color #FAD2CE: hue angle of 5.45º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FAD2CE is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 210 | 206 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.02 |
| HSL | 5.45º | 0.81% | 0.89% | - |
| HSV(B) | 5.45º | 0.18% | 0.98% | - |
| XYZ | 73.61 | 70.87 | 68.19 | - |
| YUV | 221.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 210 | 206 | 0 | 0.16 | 0.18 | 0.02 | 5.45 | 0.81 | 0.89 |
| Hex | FA | D2 | CE | 0 | 10 | 12 | 2 | 5 | 51 | 59 |
| Octal | 372 | 322 | 316 | 0 | 20 | 22 | 2 | 5 | 121 | 131 |
| Binary | 11111010 | 11010010 | 11001110 | 0 | 10000 | 10010 | 10 | 101 | 1010001 | 1011001 |
Color Harmonies of #FAD2CE
Complementary color
Monochromatic Colors of #FAD2CE
Black with #FAD2CE
Text Example
Text Example
White with #FAD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD2CE; }
p { color: rgb(250,210,206); }
H1.HeaderClassName
{
color: #FAD2CE;
}
.AnyTagClassName
{
color: #FAD2CE;
}
</style>
background-color css
<style>
a { background-color: #FAD2CE; }
a { background-color: rgb(250,210,206); }
div.DivClassName
{
background-color: #FAD2CE;
}
.BgClassName
{
background-color: #FAD2CE;
}
</style>
border-color css
<style>
span { border-color: #FAD2CE; }
span { border-color: rgb(250,210,206); }
td.TdClassName
{
border-color: #FAD2CE;
}
.TagClassName
{
border-color: #FAD2CE;
}
</style>