Shades of Cosmos #FDD3D1
Tints of Cosmos #FDD3D1
RGB
CMYK
RGB Variations
Color information
#FDD3D1 (or 0xFDD3D1) is known color: Cosmos. HEX triplet: FD, D3 and D1. RGB value is (253,211,209). Sum of RGB (Red+Green+Blue) = 253+211+209=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 211 (82.81% from 255 or 31.35% from 673); Blue value is 209 (82.03% from 255 or 31.05% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3D1 is #022C2E. Grayscale: #DFDFDF. Windows color (decimal): -142383 or 13751293. OLE color: 13751293.
HSL color Cylindrical-coordinate representation of color #FDD3D1: hue angle of 2.73º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD3D1 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 211 | 209 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.01 |
| HSL | 2.73º | 0.92% | 0.91% | - |
| HSV(B) | 2.73º | 0.17% | 0.99% | - |
| XYZ | 75.31 | 72.07 | 70.26 | - |
| YUV | 223.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 211 | 209 | 0 | 0.17 | 0.17 | 0.01 | 2.73 | 0.92 | 0.91 |
| Hex | FD | D3 | D1 | 0 | 11 | 11 | 1 | 3 | 5C | 5B |
| Octal | 375 | 323 | 321 | 0 | 21 | 21 | 1 | 3 | 134 | 133 |
| Binary | 11111101 | 11010011 | 11010001 | 0 | 10001 | 10001 | 1 | 11 | 1011100 | 1011011 |
Color Harmonies of #FDD3D1
Complementary color
Monochromatic Colors of #FDD3D1
Black with #FDD3D1
Text Example
Text Example
White with #FDD3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD3D1; }
p { color: rgb(253,211,209); }
H1.HeaderClassName
{
color: #FDD3D1;
}
.AnyTagClassName
{
color: #FDD3D1;
}
</style>
background-color css
<style>
a { background-color: #FDD3D1; }
a { background-color: rgb(253,211,209); }
div.DivClassName
{
background-color: #FDD3D1;
}
.BgClassName
{
background-color: #FDD3D1;
}
</style>
border-color css
<style>
span { border-color: #FDD3D1; }
span { border-color: rgb(253,211,209); }
td.TdClassName
{
border-color: #FDD3D1;
}
.TagClassName
{
border-color: #FDD3D1;
}
</style>