Shades of Cosmos #F8D7D5
Tints of Cosmos #F8D7D5
RGB
CMYK
RGB Variations
Color information
#F8D7D5 (or 0xF8D7D5) is known color: Cosmos. HEX triplet: F8, D7 and D5. RGB value is (248,215,213). Sum of RGB (Red+Green+Blue) = 248+215+213=676 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.69% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D7D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D7D5 is #07282A. Grayscale: #E0E0E0. Windows color (decimal): -469035 or 14014456. OLE color: 14014456.
HSL color Cylindrical-coordinate representation of color #F8D7D5: hue angle of 3.43º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8D7D5 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 213 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.03 |
| HSL | 3.43º | 0.71% | 0.9% | - |
| HSV(B) | 3.43º | 0.14% | 0.97% | - |
| XYZ | 75.02 | 73.36 | 73.16 | - |
| YUV | 224.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 213 | 0 | 0.13 | 0.14 | 0.03 | 3.43 | 0.71 | 0.9 |
| Hex | F8 | D7 | D5 | 0 | D | E | 3 | 3 | 47 | 5A |
| Octal | 370 | 327 | 325 | 0 | 15 | 16 | 3 | 3 | 107 | 132 |
| Binary | 11111000 | 11010111 | 11010101 | 0 | 1101 | 1110 | 11 | 11 | 1000111 | 1011010 |
Color Harmonies of #F8D7D5
Complementary color
Monochromatic Colors of #F8D7D5
Black with #F8D7D5
Text Example
Text Example
White with #F8D7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D7D5; }
p { color: rgb(248,215,213); }
H1.HeaderClassName
{
color: #F8D7D5;
}
.AnyTagClassName
{
color: #F8D7D5;
}
</style>
background-color css
<style>
a { background-color: #F8D7D5; }
a { background-color: rgb(248,215,213); }
div.DivClassName
{
background-color: #F8D7D5;
}
.BgClassName
{
background-color: #F8D7D5;
}
</style>
border-color css
<style>
span { border-color: #F8D7D5; }
span { border-color: rgb(248,215,213); }
td.TdClassName
{
border-color: #F8D7D5;
}
.TagClassName
{
border-color: #F8D7D5;
}
</style>