Shades of Cosmos #FDD2C9
Tints of Cosmos #FDD2C9
RGB
CMYK
RGB Variations
Color information
#FDD2C9 (or 0xFDD2C9) is known color: Cosmos. HEX triplet: FD, D2 and C9. RGB value is (253,210,201). Sum of RGB (Red+Green+Blue) = 253+210+201=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 201 (78.91% from 255 or 30.27% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2C9 is #022D36. Grayscale: #DDDDDD. Windows color (decimal): -142647 or 13226749. OLE color: 13226749.
HSL color Cylindrical-coordinate representation of color #FDD2C9: hue angle of 10.38º 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 #FDD2C9 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 201 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.01 |
| HSL | 10.38º | 0.93% | 0.89% | - |
| HSV(B) | 10.38º | 0.21% | 0.99% | - |
| XYZ | 74.1 | 71.19 | 65.09 | - |
| YUV | 221.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 201 | 0 | 0.17 | 0.21 | 0.01 | 10.38 | 0.93 | 0.89 |
| Hex | FD | D2 | C9 | 0 | 11 | 15 | 1 | A | 5D | 59 |
| Octal | 375 | 322 | 311 | 0 | 21 | 25 | 1 | 12 | 135 | 131 |
| Binary | 11111101 | 11010010 | 11001001 | 0 | 10001 | 10101 | 1 | 1010 | 1011101 | 1011001 |
Color Harmonies of #FDD2C9
Complementary color
Monochromatic Colors of #FDD2C9
Black with #FDD2C9
Text Example
Text Example
White with #FDD2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2C9; }
p { color: rgb(253,210,201); }
H1.HeaderClassName
{
color: #FDD2C9;
}
.AnyTagClassName
{
color: #FDD2C9;
}
</style>
background-color css
<style>
a { background-color: #FDD2C9; }
a { background-color: rgb(253,210,201); }
div.DivClassName
{
background-color: #FDD2C9;
}
.BgClassName
{
background-color: #FDD2C9;
}
</style>
border-color css
<style>
span { border-color: #FDD2C9; }
span { border-color: rgb(253,210,201); }
td.TdClassName
{
border-color: #FDD2C9;
}
.TagClassName
{
border-color: #FDD2C9;
}
</style>