Shades of Cosmos #FFD8D6
Tints of Cosmos #FFD8D6
RGB
CMYK
RGB Variations
Color information
#FFD8D6 (or 0xFFD8D6) is known color: Cosmos. HEX triplet: FF, D8 and D6. RGB value is (255,216,214). Sum of RGB (Red+Green+Blue) = 255+216+214=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 216 (84.77% from 255 or 31.53% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8D6 is #002729. Grayscale: #E3E3E3. Windows color (decimal): -10026 or 14080255. OLE color: 14080255.
HSL color Cylindrical-coordinate representation of color #FFD8D6: hue angle of 2.93º 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 #FFD8D6 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 214 | - |
| CMYK | 0 | 0.15 | 0.16 | 0 |
| HSL | 2.93º | 1% | 0.92% | - |
| HSV(B) | 2.93º | 0.16% | 1% | - |
| XYZ | 77.93 | 75.23 | 74.03 | - |
| YUV | 227.43 | 120.42 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 214 | 0 | 0.15 | 0.16 | 0 | 2.93 | 1 | 0.92 |
| Hex | FF | D8 | D6 | 0 | F | 10 | 0 | 3 | 64 | 5C |
| Octal | 377 | 330 | 326 | 0 | 17 | 20 | 0 | 3 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11010110 | 0 | 1111 | 10000 | 0 | 11 | 1100100 | 1011100 |
Color Harmonies of #FFD8D6
Complementary color
Monochromatic Colors of #FFD8D6
Black with #FFD8D6
Text Example
Text Example
White with #FFD8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8D6; }
p { color: rgb(255,216,214); }
H1.HeaderClassName
{
color: #FFD8D6;
}
.AnyTagClassName
{
color: #FFD8D6;
}
</style>
background-color css
<style>
a { background-color: #FFD8D6; }
a { background-color: rgb(255,216,214); }
div.DivClassName
{
background-color: #FFD8D6;
}
.BgClassName
{
background-color: #FFD8D6;
}
</style>
border-color css
<style>
span { border-color: #FFD8D6; }
span { border-color: rgb(255,216,214); }
td.TdClassName
{
border-color: #FFD8D6;
}
.TagClassName
{
border-color: #FFD8D6;
}
</style>