Shades of Cosmos #FDD9D6
Tints of Cosmos #FDD9D6
RGB
CMYK
RGB Variations
Color information
#FDD9D6 (or 0xFDD9D6) is known color: Cosmos. HEX triplet: FD, D9 and D6. RGB value is (253,217,214). Sum of RGB (Red+Green+Blue) = 253+217+214=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 217 (85.16% from 255 or 31.73% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9D6 is #022629. Grayscale: #E3E3E3. Windows color (decimal): -140842 or 14080509. OLE color: 14080509.
HSL color Cylindrical-coordinate representation of color #FDD9D6: hue angle of 4.62º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD9D6 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 214 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.01 |
| HSL | 4.62º | 0.91% | 0.92% | - |
| HSV(B) | 4.62º | 0.15% | 0.99% | - |
| XYZ | 77.46 | 75.36 | 74.08 | - |
| YUV | 227.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 214 | 0 | 0.14 | 0.15 | 0.01 | 4.62 | 0.91 | 0.92 |
| Hex | FD | D9 | D6 | 0 | E | F | 1 | 5 | 5B | 5C |
| Octal | 375 | 331 | 326 | 0 | 16 | 17 | 1 | 5 | 133 | 134 |
| Binary | 11111101 | 11011001 | 11010110 | 0 | 1110 | 1111 | 1 | 101 | 1011011 | 1011100 |
Color Harmonies of #FDD9D6
Complementary color
Monochromatic Colors of #FDD9D6
Black with #FDD9D6
Text Example
Text Example
White with #FDD9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9D6; }
p { color: rgb(253,217,214); }
H1.HeaderClassName
{
color: #FDD9D6;
}
.AnyTagClassName
{
color: #FDD9D6;
}
</style>
background-color css
<style>
a { background-color: #FDD9D6; }
a { background-color: rgb(253,217,214); }
div.DivClassName
{
background-color: #FDD9D6;
}
.BgClassName
{
background-color: #FDD9D6;
}
</style>
border-color css
<style>
span { border-color: #FDD9D6; }
span { border-color: rgb(253,217,214); }
td.TdClassName
{
border-color: #FDD9D6;
}
.TagClassName
{
border-color: #FDD9D6;
}
</style>