Shades of Cosmos #FAD1CE
Tints of Cosmos #FAD1CE
RGB
CMYK
RGB Variations
Color information
#FAD1CE (or 0xFAD1CE) is known color: Cosmos. HEX triplet: FA, D1 and CE. RGB value is (250,209,206). Sum of RGB (Red+Green+Blue) = 250+209+206=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1CE is #052E31. Grayscale: #DCDCDC. Windows color (decimal): -339506 or 13554170. OLE color: 13554170.
HSL color Cylindrical-coordinate representation of color #FAD1CE: hue angle of 4.09º 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 #FAD1CE is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 206 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.02 |
| HSL | 4.09º | 0.81% | 0.89% | - |
| HSV(B) | 4.09º | 0.18% | 0.98% | - |
| XYZ | 73.37 | 70.38 | 68.11 | - |
| YUV | 220.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 206 | 0 | 0.16 | 0.18 | 0.02 | 4.09 | 0.81 | 0.89 |
| Hex | FA | D1 | CE | 0 | 10 | 12 | 2 | 4 | 51 | 59 |
| Octal | 372 | 321 | 316 | 0 | 20 | 22 | 2 | 4 | 121 | 131 |
| Binary | 11111010 | 11010001 | 11001110 | 0 | 10000 | 10010 | 10 | 100 | 1010001 | 1011001 |
Color Harmonies of #FAD1CE
Complementary color
Monochromatic Colors of #FAD1CE
Black with #FAD1CE
Text Example
Text Example
White with #FAD1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD1CE; }
p { color: rgb(250,209,206); }
H1.HeaderClassName
{
color: #FAD1CE;
}
.AnyTagClassName
{
color: #FAD1CE;
}
</style>
background-color css
<style>
a { background-color: #FAD1CE; }
a { background-color: rgb(250,209,206); }
div.DivClassName
{
background-color: #FAD1CE;
}
.BgClassName
{
background-color: #FAD1CE;
}
</style>
border-color css
<style>
span { border-color: #FAD1CE; }
span { border-color: rgb(250,209,206); }
td.TdClassName
{
border-color: #FAD1CE;
}
.TagClassName
{
border-color: #FAD1CE;
}
</style>