Shades of Cosmos #FDD8D7
Tints of Cosmos #FDD8D7
RGB
CMYK
RGB Variations
Color information
#FDD8D7 (or 0xFDD8D7) is known color: Cosmos. HEX triplet: FD, D8 and D7. RGB value is (253,216,215). Sum of RGB (Red+Green+Blue) = 253+216+215=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 216 (84.77% from 255 or 31.58% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8D7 is #022728. Grayscale: #E2E2E2. Windows color (decimal): -141097 or 14145789. OLE color: 14145789.
HSL color Cylindrical-coordinate representation of color #FDD8D7: hue angle of 1.58º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD8D7 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 215 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.01 |
| HSL | 1.58º | 0.9% | 0.92% | - |
| HSV(B) | 1.58º | 0.15% | 0.99% | - |
| XYZ | 77.33 | 74.9 | 74.67 | - |
| YUV | 226.95 | 121.26 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 215 | 0 | 0.15 | 0.15 | 0.01 | 1.58 | 0.9 | 0.92 |
| Hex | FD | D8 | D7 | 0 | F | F | 1 | 2 | 5A | 5C |
| Octal | 375 | 330 | 327 | 0 | 17 | 17 | 1 | 2 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11010111 | 0 | 1111 | 1111 | 1 | 10 | 1011010 | 1011100 |
Color Harmonies of #FDD8D7
Complementary color
Monochromatic Colors of #FDD8D7
Black with #FDD8D7
Text Example
Text Example
White with #FDD8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8D7; }
p { color: rgb(253,216,215); }
H1.HeaderClassName
{
color: #FDD8D7;
}
.AnyTagClassName
{
color: #FDD8D7;
}
</style>
background-color css
<style>
a { background-color: #FDD8D7; }
a { background-color: rgb(253,216,215); }
div.DivClassName
{
background-color: #FDD8D7;
}
.BgClassName
{
background-color: #FDD8D7;
}
</style>
border-color css
<style>
span { border-color: #FDD8D7; }
span { border-color: rgb(253,216,215); }
td.TdClassName
{
border-color: #FDD8D7;
}
.TagClassName
{
border-color: #FDD8D7;
}
</style>