Shades of Cosmos #FFD6D5
Tints of Cosmos #FFD6D5
RGB
CMYK
RGB Variations
Color information
#FFD6D5 (or 0xFFD6D5) is known color: Cosmos. HEX triplet: FF, D6 and D5. RGB value is (255,214,213). Sum of RGB (Red+Green+Blue) = 255+214+213=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 214 (83.98% from 255 or 31.38% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6D5 is #00292A. Grayscale: #E2E2E2. Windows color (decimal): -10539 or 14014207. OLE color: 14014207.
HSL color Cylindrical-coordinate representation of color #FFD6D5: hue angle of 1.43º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFD6D5 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 213 | - |
| CMYK | 0 | 0.16 | 0.16 | 0 |
| HSL | 1.43º | 1% | 0.92% | - |
| HSV(B) | 1.43º | 0.16% | 1% | - |
| XYZ | 77.3 | 74.16 | 73.19 | - |
| YUV | 226.15 | 120.58 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 213 | 0 | 0.16 | 0.16 | 0 | 1.43 | 1 | 0.92 |
| Hex | FF | D6 | D5 | 0 | 10 | 10 | 0 | 1 | 64 | 5C |
| Octal | 377 | 326 | 325 | 0 | 20 | 20 | 0 | 1 | 144 | 134 |
| Binary | 11111111 | 11010110 | 11010101 | 0 | 10000 | 10000 | 0 | 1 | 1100100 | 1011100 |
Color Harmonies of #FFD6D5
Complementary color
Monochromatic Colors of #FFD6D5
Black with #FFD6D5
Text Example
Text Example
White with #FFD6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD6D5; }
p { color: rgb(255,214,213); }
H1.HeaderClassName
{
color: #FFD6D5;
}
.AnyTagClassName
{
color: #FFD6D5;
}
</style>
background-color css
<style>
a { background-color: #FFD6D5; }
a { background-color: rgb(255,214,213); }
div.DivClassName
{
background-color: #FFD6D5;
}
.BgClassName
{
background-color: #FFD6D5;
}
</style>
border-color css
<style>
span { border-color: #FFD6D5; }
span { border-color: rgb(255,214,213); }
td.TdClassName
{
border-color: #FFD6D5;
}
.TagClassName
{
border-color: #FFD6D5;
}
</style>