Shades of Cosmos #FDD2CF
Tints of Cosmos #FDD2CF
RGB
CMYK
RGB Variations
Color information
#FDD2CF (or 0xFDD2CF) is known color: Cosmos. HEX triplet: FD, D2 and CF. RGB value is (253,210,207). Sum of RGB (Red+Green+Blue) = 253+210+207=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2CF is #022D30. Grayscale: #DEDEDE. Windows color (decimal): -142641 or 13619965. OLE color: 13619965.
HSL color Cylindrical-coordinate representation of color #FDD2CF: hue angle of 3.91º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDD2CF is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 210 | 207 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.01 |
| HSL | 3.91º | 0.92% | 0.9% | - |
| HSV(B) | 3.91º | 0.18% | 0.99% | - |
| XYZ | 74.82 | 71.48 | 68.89 | - |
| YUV | 222.52 | 119.25 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 210 | 207 | 0 | 0.17 | 0.18 | 0.01 | 3.91 | 0.92 | 0.9 |
| Hex | FD | D2 | CF | 0 | 11 | 12 | 1 | 4 | 5C | 5A |
| Octal | 375 | 322 | 317 | 0 | 21 | 22 | 1 | 4 | 134 | 132 |
| Binary | 11111101 | 11010010 | 11001111 | 0 | 10001 | 10010 | 1 | 100 | 1011100 | 1011010 |
Color Harmonies of #FDD2CF
Complementary color
Monochromatic Colors of #FDD2CF
Black with #FDD2CF
Text Example
Text Example
White with #FDD2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2CF; }
p { color: rgb(253,210,207); }
H1.HeaderClassName
{
color: #FDD2CF;
}
.AnyTagClassName
{
color: #FDD2CF;
}
</style>
background-color css
<style>
a { background-color: #FDD2CF; }
a { background-color: rgb(253,210,207); }
div.DivClassName
{
background-color: #FDD2CF;
}
.BgClassName
{
background-color: #FDD2CF;
}
</style>
border-color css
<style>
span { border-color: #FDD2CF; }
span { border-color: rgb(253,210,207); }
td.TdClassName
{
border-color: #FDD2CF;
}
.TagClassName
{
border-color: #FDD2CF;
}
</style>