Shades of Cosmos #FDD2CD
Tints of Cosmos #FDD2CD
RGB
CMYK
RGB Variations
Color information
#FDD2CD (or 0xFDD2CD) is known color: Cosmos. HEX triplet: FD, D2 and CD. RGB value is (253,210,205). Sum of RGB (Red+Green+Blue) = 253+210+205=668 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.87% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2CD is #022D32. Grayscale: #DEDEDE. Windows color (decimal): -142643 or 13488893. OLE color: 13488893.
HSL color Cylindrical-coordinate representation of color #FDD2CD: hue angle of 6.25º 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 #FDD2CD is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 205 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.01 |
| HSL | 6.25º | 0.92% | 0.9% | - |
| HSV(B) | 6.25º | 0.19% | 0.99% | - |
| XYZ | 74.57 | 71.38 | 67.61 | - |
| YUV | 222.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 205 | 0 | 0.17 | 0.19 | 0.01 | 6.25 | 0.92 | 0.9 |
| Hex | FD | D2 | CD | 0 | 11 | 13 | 1 | 6 | 5C | 5A |
| Octal | 375 | 322 | 315 | 0 | 21 | 23 | 1 | 6 | 134 | 132 |
| Binary | 11111101 | 11010010 | 11001101 | 0 | 10001 | 10011 | 1 | 110 | 1011100 | 1011010 |
Color Harmonies of #FDD2CD
Complementary color
Monochromatic Colors of #FDD2CD
Black with #FDD2CD
Text Example
Text Example
White with #FDD2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2CD; }
p { color: rgb(253,210,205); }
H1.HeaderClassName
{
color: #FDD2CD;
}
.AnyTagClassName
{
color: #FDD2CD;
}
</style>
background-color css
<style>
a { background-color: #FDD2CD; }
a { background-color: rgb(253,210,205); }
div.DivClassName
{
background-color: #FDD2CD;
}
.BgClassName
{
background-color: #FDD2CD;
}
</style>
border-color css
<style>
span { border-color: #FDD2CD; }
span { border-color: rgb(253,210,205); }
td.TdClassName
{
border-color: #FDD2CD;
}
.TagClassName
{
border-color: #FDD2CD;
}
</style>