Shades of Cosmos #FDD5D0
Tints of Cosmos #FDD5D0
RGB
CMYK
RGB Variations
Color information
#FDD5D0 (or 0xFDD5D0) is known color: Cosmos. HEX triplet: FD, D5 and D0. RGB value is (253,213,208). Sum of RGB (Red+Green+Blue) = 253+213+208=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 208 (81.64% from 255 or 30.86% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5D0 is #022A2F. Grayscale: #E0E0E0. Windows color (decimal): -141872 or 13686269. OLE color: 13686269.
HSL color Cylindrical-coordinate representation of color #FDD5D0: hue angle of 6.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD5D0 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 208 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.01 |
| HSL | 6.67º | 0.92% | 0.9% | - |
| HSV(B) | 6.67º | 0.18% | 0.99% | - |
| XYZ | 75.69 | 73.03 | 69.78 | - |
| YUV | 224.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 208 | 0 | 0.16 | 0.18 | 0.01 | 6.67 | 0.92 | 0.9 |
| Hex | FD | D5 | D0 | 0 | 10 | 12 | 1 | 7 | 5C | 5A |
| Octal | 375 | 325 | 320 | 0 | 20 | 22 | 1 | 7 | 134 | 132 |
| Binary | 11111101 | 11010101 | 11010000 | 0 | 10000 | 10010 | 1 | 111 | 1011100 | 1011010 |
Color Harmonies of #FDD5D0
Complementary color
Monochromatic Colors of #FDD5D0
Black with #FDD5D0
Text Example
Text Example
White with #FDD5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5D0; }
p { color: rgb(253,213,208); }
H1.HeaderClassName
{
color: #FDD5D0;
}
.AnyTagClassName
{
color: #FDD5D0;
}
</style>
background-color css
<style>
a { background-color: #FDD5D0; }
a { background-color: rgb(253,213,208); }
div.DivClassName
{
background-color: #FDD5D0;
}
.BgClassName
{
background-color: #FDD5D0;
}
</style>
border-color css
<style>
span { border-color: #FDD5D0; }
span { border-color: rgb(253,213,208); }
td.TdClassName
{
border-color: #FDD5D0;
}
.TagClassName
{
border-color: #FDD5D0;
}
</style>