Shades of Cosmos #FDD0CD
Tints of Cosmos #FDD0CD
RGB
CMYK
RGB Variations
Color information
#FDD0CD (or 0xFDD0CD) is known color: Cosmos. HEX triplet: FD, D0 and CD. RGB value is (253,208,205). Sum of RGB (Red+Green+Blue) = 253+208+205=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 205 (80.47% from 255 or 30.78% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0CD is #022F32. Grayscale: #DDDDDD. Windows color (decimal): -143155 or 13488381. OLE color: 13488381.
HSL color Cylindrical-coordinate representation of color #FDD0CD: hue angle of 3.75º 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 #FDD0CD is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 205 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.01 |
| HSL | 3.75º | 0.92% | 0.9% | - |
| HSV(B) | 3.75º | 0.19% | 0.99% | - |
| XYZ | 74.08 | 70.4 | 67.44 | - |
| YUV | 221.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 205 | 0 | 0.18 | 0.19 | 0.01 | 3.75 | 0.92 | 0.9 |
| Hex | FD | D0 | CD | 0 | 12 | 13 | 1 | 4 | 5C | 5A |
| Octal | 375 | 320 | 315 | 0 | 22 | 23 | 1 | 4 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11001101 | 0 | 10010 | 10011 | 1 | 100 | 1011100 | 1011010 |
Color Harmonies of #FDD0CD
Complementary color
Monochromatic Colors of #FDD0CD
Black with #FDD0CD
Text Example
Text Example
White with #FDD0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0CD; }
p { color: rgb(253,208,205); }
H1.HeaderClassName
{
color: #FDD0CD;
}
.AnyTagClassName
{
color: #FDD0CD;
}
</style>
background-color css
<style>
a { background-color: #FDD0CD; }
a { background-color: rgb(253,208,205); }
div.DivClassName
{
background-color: #FDD0CD;
}
.BgClassName
{
background-color: #FDD0CD;
}
</style>
border-color css
<style>
span { border-color: #FDD0CD; }
span { border-color: rgb(253,208,205); }
td.TdClassName
{
border-color: #FDD0CD;
}
.TagClassName
{
border-color: #FDD0CD;
}
</style>