Shades of Cosmos #FDD5D1
Tints of Cosmos #FDD5D1
RGB
CMYK
RGB Variations
Color information
#FDD5D1 (or 0xFDD5D1) is known color: Cosmos. HEX triplet: FD, D5 and D1. RGB value is (253,213,209). Sum of RGB (Red+Green+Blue) = 253+213+209=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD5D1 is #022A2E. Grayscale: #E0E0E0. Windows color (decimal): -141871 or 13751805. OLE color: 13751805.
HSL color Cylindrical-coordinate representation of color #FDD5D1: hue angle of 5.45º 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 #FDD5D1 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 213 | 209 | - |
CMYK | 0 | 0.16 | 0.17 | 0.01 |
HSL | 5.45º | 0.92% | 0.91% | - |
HSV(B) | 5.45º | 0.17% | 0.99% | - |
XYZ | 75.81 | 73.07 | 70.43 | - |
YUV | 224.5 | 119.25 | 148.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 213 | 209 | 0 | 0.16 | 0.17 | 0.01 | 5.45 | 0.92 | 0.91 |
Hex | FD | D5 | D1 | 0 | 10 | 11 | 1 | 5 | 5C | 5B |
Octal | 375 | 325 | 321 | 0 | 20 | 21 | 1 | 5 | 134 | 133 |
Binary | 11111101 | 11010101 | 11010001 | 0 | 10000 | 10001 | 1 | 101 | 1011100 | 1011011 |
Color Harmonies of #FDD5D1
Complementary color
Monochromatic Colors of #FDD5D1
Black with #FDD5D1
Text Example
Text Example
White with #FDD5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5D1; }
p { color: rgb(253,213,209); }
H1.HeaderClassName
{
color: #FDD5D1;
}
.AnyTagClassName
{
color: #FDD5D1;
}
</style>
background-color css
<style>
a { background-color: #FDD5D1; }
a { background-color: rgb(253,213,209); }
div.DivClassName
{
background-color: #FDD5D1;
}
.BgClassName
{
background-color: #FDD5D1;
}
</style>
border-color css
<style>
span { border-color: #FDD5D1; }
span { border-color: rgb(253,213,209); }
td.TdClassName
{
border-color: #FDD5D1;
}
.TagClassName
{
border-color: #FDD5D1;
}
</style>