Shades of Cosmos #FFD8D8
Tints of Cosmos #FFD8D8
RGB
CMYK
RGB Variations
Color information
#FFD8D8 (or 0xFFD8D8) is known color: Cosmos. HEX triplet: FF, D8 and D8. RGB value is (255,216,216). Sum of RGB (Red+Green+Blue) = 255+216+216=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 216 (84.77% from 255 or 31.44% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8D8 is #002727. Grayscale: #E3E3E3. Windows color (decimal): -10024 or 14211327. OLE color: 14211327.
HSL color Cylindrical-coordinate representation of color #FFD8D8: hue angle of 0º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFD8D8 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 216 | - |
| CMYK | 0 | 0.15 | 0.15 | 0 |
| HSL | 0º | 1% | 0.92% | - |
| HSV(B) | 0º | 0.15% | 1% | - |
| XYZ | 78.19 | 75.33 | 75.38 | - |
| YUV | 227.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 216 | 0 | 0.15 | 0.15 | 0 | 0 | 1 | 0.92 |
| Hex | FF | D8 | D8 | 0 | F | F | 0 | 0 | 64 | 5C |
| Octal | 377 | 330 | 330 | 0 | 17 | 17 | 0 | 0 | 144 | 134 |
| Binary | 11111111 | 11011000 | 11011000 | 0 | 1111 | 1111 | 0 | 0 | 1100100 | 1011100 |
Color Harmonies of #FFD8D8
Complementary color
Monochromatic Colors of #FFD8D8
Black with #FFD8D8
Text Example
Text Example
White with #FFD8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8D8; }
p { color: rgb(255,216,216); }
H1.HeaderClassName
{
color: #FFD8D8;
}
.AnyTagClassName
{
color: #FFD8D8;
}
</style>
background-color css
<style>
a { background-color: #FFD8D8; }
a { background-color: rgb(255,216,216); }
div.DivClassName
{
background-color: #FFD8D8;
}
.BgClassName
{
background-color: #FFD8D8;
}
</style>
border-color css
<style>
span { border-color: #FFD8D8; }
span { border-color: rgb(255,216,216); }
td.TdClassName
{
border-color: #FFD8D8;
}
.TagClassName
{
border-color: #FFD8D8;
}
</style>