Shades of Cosmos #FDD1D0
Tints of Cosmos #FDD1D0
RGB
CMYK
RGB Variations
Color information
#FDD1D0 (or 0xFDD1D0) is known color: Cosmos. HEX triplet: FD, D1 and D0. RGB value is (253,209,208). Sum of RGB (Red+Green+Blue) = 253+209+208=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD1D0 is #022E2F. Grayscale: #DEDEDE. Windows color (decimal): -142896 or 13685245. OLE color: 13685245.
HSL color Cylindrical-coordinate representation of color #FDD1D0: hue angle of 1.33º 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 #FDD1D0 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 209 | 208 | - |
CMYK | 0 | 0.17 | 0.18 | 0.01 |
HSL | 1.33º | 0.92% | 0.9% | - |
HSV(B) | 1.33º | 0.18% | 0.99% | - |
XYZ | 74.69 | 71.04 | 69.45 | - |
YUV | 222.04 | 120.08 | 150.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 209 | 208 | 0 | 0.17 | 0.18 | 0.01 | 1.33 | 0.92 | 0.9 |
Hex | FD | D1 | D0 | 0 | 11 | 12 | 1 | 1 | 5C | 5A |
Octal | 375 | 321 | 320 | 0 | 21 | 22 | 1 | 1 | 134 | 132 |
Binary | 11111101 | 11010001 | 11010000 | 0 | 10001 | 10010 | 1 | 1 | 1011100 | 1011010 |
Color Harmonies of #FDD1D0
Complementary color
Monochromatic Colors of #FDD1D0
Black with #FDD1D0
Text Example
Text Example
White with #FDD1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD1D0; }
p { color: rgb(253,209,208); }
H1.HeaderClassName
{
color: #FDD1D0;
}
.AnyTagClassName
{
color: #FDD1D0;
}
</style>
background-color css
<style>
a { background-color: #FDD1D0; }
a { background-color: rgb(253,209,208); }
div.DivClassName
{
background-color: #FDD1D0;
}
.BgClassName
{
background-color: #FDD1D0;
}
</style>
border-color css
<style>
span { border-color: #FDD1D0; }
span { border-color: rgb(253,209,208); }
td.TdClassName
{
border-color: #FDD1D0;
}
.TagClassName
{
border-color: #FDD1D0;
}
</style>