Shades of Cosmos #FDD0C9
Tints of Cosmos #FDD0C9
RGB
CMYK
RGB Variations
Color information
#FDD0C9 (or 0xFDD0C9) is known color: Cosmos. HEX triplet: FD, D0 and C9. RGB value is (253,208,201). Sum of RGB (Red+Green+Blue) = 253+208+201=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0C9 is #022F36. Grayscale: #DCDCDC. Windows color (decimal): -143159 or 13226237. OLE color: 13226237.
HSL color Cylindrical-coordinate representation of color #FDD0C9: hue angle of 8.08º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDD0C9 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 201 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.01 |
| HSL | 8.08º | 0.93% | 0.89% | - |
| HSV(B) | 8.08º | 0.21% | 0.99% | - |
| XYZ | 73.61 | 70.21 | 64.93 | - |
| YUV | 220.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 201 | 0 | 0.18 | 0.21 | 0.01 | 8.08 | 0.93 | 0.89 |
| Hex | FD | D0 | C9 | 0 | 12 | 15 | 1 | 8 | 5D | 59 |
| Octal | 375 | 320 | 311 | 0 | 22 | 25 | 1 | 10 | 135 | 131 |
| Binary | 11111101 | 11010000 | 11001001 | 0 | 10010 | 10101 | 1 | 1000 | 1011101 | 1011001 |
Color Harmonies of #FDD0C9
Complementary color
Monochromatic Colors of #FDD0C9
Black with #FDD0C9
Text Example
Text Example
White with #FDD0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0C9; }
p { color: rgb(253,208,201); }
H1.HeaderClassName
{
color: #FDD0C9;
}
.AnyTagClassName
{
color: #FDD0C9;
}
</style>
background-color css
<style>
a { background-color: #FDD0C9; }
a { background-color: rgb(253,208,201); }
div.DivClassName
{
background-color: #FDD0C9;
}
.BgClassName
{
background-color: #FDD0C9;
}
</style>
border-color css
<style>
span { border-color: #FDD0C9; }
span { border-color: rgb(253,208,201); }
td.TdClassName
{
border-color: #FDD0C9;
}
.TagClassName
{
border-color: #FDD0C9;
}
</style>