Shades of Cosmos #FDD0D0
Tints of Cosmos #FDD0D0
RGB
CMYK
RGB Variations
Color information
#FDD0D0 (or 0xFDD0D0) is known color: Cosmos. HEX triplet: FD, D0 and D0. RGB value is (253,208,208). Sum of RGB (Red+Green+Blue) = 253+208+208=669 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.82% from 669); Green value is 208 (81.64% from 255 or 31.09% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0D0 is #022F2F. Grayscale: #DDDDDD. Windows color (decimal): -143152 or 13684989. OLE color: 13684989.
HSL color Cylindrical-coordinate representation of color #FDD0D0: hue angle of 0º 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 #FDD0D0 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 208 | 208 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.01 |
| HSL | 0º | 0.92% | 0.9% | - |
| HSV(B) | 0º | 0.18% | 0.99% | - |
| XYZ | 74.45 | 70.55 | 69.37 | - |
| YUV | 221.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 208 | 208 | 0 | 0.18 | 0.18 | 0.01 | 0 | 0.92 | 0.9 |
| Hex | FD | D0 | D0 | 0 | 12 | 12 | 1 | 0 | 5C | 5A |
| Octal | 375 | 320 | 320 | 0 | 22 | 22 | 1 | 0 | 134 | 132 |
| Binary | 11111101 | 11010000 | 11010000 | 0 | 10010 | 10010 | 1 | 0 | 1011100 | 1011010 |
Color Harmonies of #FDD0D0
Complementary color
Monochromatic Colors of #FDD0D0
Black with #FDD0D0
Text Example
Text Example
White with #FDD0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD0D0; }
p { color: rgb(253,208,208); }
H1.HeaderClassName
{
color: #FDD0D0;
}
.AnyTagClassName
{
color: #FDD0D0;
}
</style>
background-color css
<style>
a { background-color: #FDD0D0; }
a { background-color: rgb(253,208,208); }
div.DivClassName
{
background-color: #FDD0D0;
}
.BgClassName
{
background-color: #FDD0D0;
}
</style>
border-color css
<style>
span { border-color: #FDD0D0; }
span { border-color: rgb(253,208,208); }
td.TdClassName
{
border-color: #FDD0D0;
}
.TagClassName
{
border-color: #FDD0D0;
}
</style>