Shades of Cosmos #FDD2D0
Tints of Cosmos #FDD2D0
RGB
CMYK
RGB Variations
Color information
#FDD2D0 (or 0xFDD2D0) is known color: Cosmos. HEX triplet: FD, D2 and D0. RGB value is (253,210,208). Sum of RGB (Red+Green+Blue) = 253+210+208=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 210 (82.42% from 255 or 31.30% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2D0 is #022D2F. Grayscale: #DEDEDE. Windows color (decimal): -142640 or 13685501. OLE color: 13685501.
HSL color Cylindrical-coordinate representation of color #FDD2D0: hue angle of 2.67º 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 #FDD2D0 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 210 | 208 | - |
CMYK | 0 | 0.17 | 0.18 | 0.01 |
HSL | 2.67º | 0.92% | 0.9% | - |
HSV(B) | 2.67º | 0.18% | 0.99% | - |
XYZ | 74.94 | 71.53 | 69.53 | - |
YUV | 222.63 | 119.75 | 149.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 210 | 208 | 0 | 0.17 | 0.18 | 0.01 | 2.67 | 0.92 | 0.9 |
Hex | FD | D2 | D0 | 0 | 11 | 12 | 1 | 3 | 5C | 5A |
Octal | 375 | 322 | 320 | 0 | 21 | 22 | 1 | 3 | 134 | 132 |
Binary | 11111101 | 11010010 | 11010000 | 0 | 10001 | 10010 | 1 | 11 | 1011100 | 1011010 |
Color Harmonies of #FDD2D0
Complementary color
Monochromatic Colors of #FDD2D0
Black with #FDD2D0
Text Example
Text Example
White with #FDD2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2D0; }
p { color: rgb(253,210,208); }
H1.HeaderClassName
{
color: #FDD2D0;
}
.AnyTagClassName
{
color: #FDD2D0;
}
</style>
background-color css
<style>
a { background-color: #FDD2D0; }
a { background-color: rgb(253,210,208); }
div.DivClassName
{
background-color: #FDD2D0;
}
.BgClassName
{
background-color: #FDD2D0;
}
</style>
border-color css
<style>
span { border-color: #FDD2D0; }
span { border-color: rgb(253,210,208); }
td.TdClassName
{
border-color: #FDD2D0;
}
.TagClassName
{
border-color: #FDD2D0;
}
</style>