Shades of Cosmos #FFD8D0
Tints of Cosmos #FFD8D0
RGB
CMYK
RGB Variations
Color information
#FFD8D0 (or 0xFFD8D0) is known color: Cosmos. HEX triplet: FF, D8 and D0. RGB value is (255,216,208). Sum of RGB (Red+Green+Blue) = 255+216+208=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 216 (84.77% from 255 or 31.81% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD8D0 is #00272F. Grayscale: #E2E2E2. Windows color (decimal): -10032 or 13687039. OLE color: 13687039.
HSL color Cylindrical-coordinate representation of color #FFD8D0: hue angle of 10.21º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFD8D0 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 216 | 208 | - |
| CMYK | 0 | 0.15 | 0.18 | 0 |
| HSL | 10.21º | 1% | 0.91% | - |
| HSV(B) | 10.21º | 0.18% | 1% | - |
| XYZ | 77.18 | 74.93 | 70.07 | - |
| YUV | 226.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 216 | 208 | 0 | 0.15 | 0.18 | 0 | 10.21 | 1 | 0.91 |
| Hex | FF | D8 | D0 | 0 | F | 12 | 0 | A | 64 | 5B |
| Octal | 377 | 330 | 320 | 0 | 17 | 22 | 0 | 12 | 144 | 133 |
| Binary | 11111111 | 11011000 | 11010000 | 0 | 1111 | 10010 | 0 | 1010 | 1100100 | 1011011 |
Color Harmonies of #FFD8D0
Complementary color
Monochromatic Colors of #FFD8D0
Black with #FFD8D0
Text Example
Text Example
White with #FFD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD8D0; }
p { color: rgb(255,216,208); }
H1.HeaderClassName
{
color: #FFD8D0;
}
.AnyTagClassName
{
color: #FFD8D0;
}
</style>
background-color css
<style>
a { background-color: #FFD8D0; }
a { background-color: rgb(255,216,208); }
div.DivClassName
{
background-color: #FFD8D0;
}
.BgClassName
{
background-color: #FFD8D0;
}
</style>
border-color css
<style>
span { border-color: #FFD8D0; }
span { border-color: rgb(255,216,208); }
td.TdClassName
{
border-color: #FFD8D0;
}
.TagClassName
{
border-color: #FFD8D0;
}
</style>