Shades of Cosmos #FDD4CF
Tints of Cosmos #FDD4CF
RGB
CMYK
RGB Variations
Color information
#FDD4CF (or 0xFDD4CF) is known color: Cosmos. HEX triplet: FD, D4 and CF. RGB value is (253,212,207). Sum of RGB (Red+Green+Blue) = 253+212+207=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4CF is #022B30. Grayscale: #DFDFDF. Windows color (decimal): -142129 or 13620477. OLE color: 13620477.
HSL color Cylindrical-coordinate representation of color #FDD4CF: hue angle of 6.52º 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 #FDD4CF is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 207 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.01 |
| HSL | 6.52º | 0.92% | 0.9% | - |
| HSV(B) | 6.52º | 0.18% | 0.99% | - |
| XYZ | 75.31 | 72.47 | 69.05 | - |
| YUV | 223.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 207 | 0 | 0.16 | 0.18 | 0.01 | 6.52 | 0.92 | 0.9 |
| Hex | FD | D4 | CF | 0 | 10 | 12 | 1 | 7 | 5C | 5A |
| Octal | 375 | 324 | 317 | 0 | 20 | 22 | 1 | 7 | 134 | 132 |
| Binary | 11111101 | 11010100 | 11001111 | 0 | 10000 | 10010 | 1 | 111 | 1011100 | 1011010 |
Color Harmonies of #FDD4CF
Complementary color
Monochromatic Colors of #FDD4CF
Black with #FDD4CF
Text Example
Text Example
White with #FDD4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4CF; }
p { color: rgb(253,212,207); }
H1.HeaderClassName
{
color: #FDD4CF;
}
.AnyTagClassName
{
color: #FDD4CF;
}
</style>
background-color css
<style>
a { background-color: #FDD4CF; }
a { background-color: rgb(253,212,207); }
div.DivClassName
{
background-color: #FDD4CF;
}
.BgClassName
{
background-color: #FDD4CF;
}
</style>
border-color css
<style>
span { border-color: #FDD4CF; }
span { border-color: rgb(253,212,207); }
td.TdClassName
{
border-color: #FDD4CF;
}
.TagClassName
{
border-color: #FDD4CF;
}
</style>