Shades of Cosmos #FDD4D0
Tints of Cosmos #FDD4D0
RGB
CMYK
RGB Variations
Color information
#FDD4D0 (or 0xFDD4D0) is known color: Cosmos. HEX triplet: FD, D4 and D0. RGB value is (253,212,208). Sum of RGB (Red+Green+Blue) = 253+212+208=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 208 (81.64% from 255 or 30.91% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4D0 is #022B2F. Grayscale: #DFDFDF. Windows color (decimal): -142128 or 13686013. OLE color: 13686013.
HSL color Cylindrical-coordinate representation of color #FDD4D0: hue angle of 5.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 #FDD4D0 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 212 | 208 | - |
CMYK | 0 | 0.16 | 0.18 | 0.01 |
HSL | 5.33º | 0.92% | 0.9% | - |
HSV(B) | 5.33º | 0.18% | 0.99% | - |
XYZ | 75.44 | 72.52 | 69.7 | - |
YUV | 223.8 | 119.08 | 148.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 212 | 208 | 0 | 0.16 | 0.18 | 0.01 | 5.33 | 0.92 | 0.9 |
Hex | FD | D4 | D0 | 0 | 10 | 12 | 1 | 5 | 5C | 5A |
Octal | 375 | 324 | 320 | 0 | 20 | 22 | 1 | 5 | 134 | 132 |
Binary | 11111101 | 11010100 | 11010000 | 0 | 10000 | 10010 | 1 | 101 | 1011100 | 1011010 |
Color Harmonies of #FDD4D0
Complementary color
Monochromatic Colors of #FDD4D0
Black with #FDD4D0
Text Example
Text Example
White with #FDD4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD4D0; }
p { color: rgb(253,212,208); }
H1.HeaderClassName
{
color: #FDD4D0;
}
.AnyTagClassName
{
color: #FDD4D0;
}
</style>
background-color css
<style>
a { background-color: #FDD4D0; }
a { background-color: rgb(253,212,208); }
div.DivClassName
{
background-color: #FDD4D0;
}
.BgClassName
{
background-color: #FDD4D0;
}
</style>
border-color css
<style>
span { border-color: #FDD4D0; }
span { border-color: rgb(253,212,208); }
td.TdClassName
{
border-color: #FDD4D0;
}
.TagClassName
{
border-color: #FDD4D0;
}
</style>