Shades of Cosmos #FDD7D0
Tints of Cosmos #FDD7D0
RGB
CMYK
RGB Variations
Color information
#FDD7D0 (or 0xFDD7D0) is known color: Cosmos. HEX triplet: FD, D7 and D0. RGB value is (253,215,208). Sum of RGB (Red+Green+Blue) = 253+215+208=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 215 (84.38% from 255 or 31.80% from 676); Blue value is 208 (81.64% from 255 or 30.77% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7D0 is #02282F. Grayscale: #E1E1E1. Windows color (decimal): -141360 or 13686781. OLE color: 13686781.
HSL color Cylindrical-coordinate representation of color #FDD7D0: hue angle of 9.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 #FDD7D0 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 208 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.01 |
| HSL | 9.33º | 0.92% | 0.9% | - |
| HSV(B) | 9.33º | 0.18% | 0.99% | - |
| XYZ | 76.19 | 74.04 | 69.95 | - |
| YUV | 225.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 208 | 0 | 0.15 | 0.18 | 0.01 | 9.33 | 0.92 | 0.9 |
| Hex | FD | D7 | D0 | 0 | F | 12 | 1 | 9 | 5C | 5A |
| Octal | 375 | 327 | 320 | 0 | 17 | 22 | 1 | 11 | 134 | 132 |
| Binary | 11111101 | 11010111 | 11010000 | 0 | 1111 | 10010 | 1 | 1001 | 1011100 | 1011010 |
Color Harmonies of #FDD7D0
Complementary color
Monochromatic Colors of #FDD7D0
Black with #FDD7D0
Text Example
Text Example
White with #FDD7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7D0; }
p { color: rgb(253,215,208); }
H1.HeaderClassName
{
color: #FDD7D0;
}
.AnyTagClassName
{
color: #FDD7D0;
}
</style>
background-color css
<style>
a { background-color: #FDD7D0; }
a { background-color: rgb(253,215,208); }
div.DivClassName
{
background-color: #FDD7D0;
}
.BgClassName
{
background-color: #FDD7D0;
}
</style>
border-color css
<style>
span { border-color: #FDD7D0; }
span { border-color: rgb(253,215,208); }
td.TdClassName
{
border-color: #FDD7D0;
}
.TagClassName
{
border-color: #FDD7D0;
}
</style>