Shades of Cosmos #FDD5CD
Tints of Cosmos #FDD5CD
RGB
CMYK
RGB Variations
Color information
#FDD5CD (or 0xFDD5CD) is known color: Cosmos. HEX triplet: FD, D5 and CD. RGB value is (253,213,205). Sum of RGB (Red+Green+Blue) = 253+213+205=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5CD is #022A32. Grayscale: #E0E0E0. Windows color (decimal): -141875 or 13489661. OLE color: 13489661.
HSL color Cylindrical-coordinate representation of color #FDD5CD: hue angle of 10º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDD5CD is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 213 | 205 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.01 |
| HSL | 10º | 0.92% | 0.9% | - |
| HSV(B) | 10º | 0.19% | 0.99% | - |
| XYZ | 75.32 | 72.88 | 67.85 | - |
| YUV | 224.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 213 | 205 | 0 | 0.16 | 0.19 | 0.01 | 10 | 0.92 | 0.9 |
| Hex | FD | D5 | CD | 0 | 10 | 13 | 1 | A | 5C | 5A |
| Octal | 375 | 325 | 315 | 0 | 20 | 23 | 1 | 12 | 134 | 132 |
| Binary | 11111101 | 11010101 | 11001101 | 0 | 10000 | 10011 | 1 | 1010 | 1011100 | 1011010 |
Color Harmonies of #FDD5CD
Complementary color
Monochromatic Colors of #FDD5CD
Black with #FDD5CD
Text Example
Text Example
White with #FDD5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5CD; }
p { color: rgb(253,213,205); }
H1.HeaderClassName
{
color: #FDD5CD;
}
.AnyTagClassName
{
color: #FDD5CD;
}
</style>
background-color css
<style>
a { background-color: #FDD5CD; }
a { background-color: rgb(253,213,205); }
div.DivClassName
{
background-color: #FDD5CD;
}
.BgClassName
{
background-color: #FDD5CD;
}
</style>
border-color css
<style>
span { border-color: #FDD5CD; }
span { border-color: rgb(253,213,205); }
td.TdClassName
{
border-color: #FDD5CD;
}
.TagClassName
{
border-color: #FDD5CD;
}
</style>