Shades of Cosmos #FDD7CF
Tints of Cosmos #FDD7CF
RGB
CMYK
RGB Variations
Color information
#FDD7CF (or 0xFDD7CF) is known color: Cosmos. HEX triplet: FD, D7 and CF. RGB value is (253,215,207). Sum of RGB (Red+Green+Blue) = 253+215+207=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD7CF is #022830. Grayscale: #E1E1E1. Windows color (decimal): -141361 or 13621245. OLE color: 13621245.
HSL color Cylindrical-coordinate representation of color #FDD7CF: hue angle of 10.43º 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 #FDD7CF is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 215 | 207 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.01 |
| HSL | 10.43º | 0.92% | 0.9% | - |
| HSV(B) | 10.43º | 0.18% | 0.99% | - |
| XYZ | 76.07 | 73.99 | 69.3 | - |
| YUV | 225.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 215 | 207 | 0 | 0.15 | 0.18 | 0.01 | 10.43 | 0.92 | 0.9 |
| Hex | FD | D7 | CF | 0 | F | 12 | 1 | A | 5C | 5A |
| Octal | 375 | 327 | 317 | 0 | 17 | 22 | 1 | 12 | 134 | 132 |
| Binary | 11111101 | 11010111 | 11001111 | 0 | 1111 | 10010 | 1 | 1010 | 1011100 | 1011010 |
Color Harmonies of #FDD7CF
Complementary color
Monochromatic Colors of #FDD7CF
Black with #FDD7CF
Text Example
Text Example
White with #FDD7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD7CF; }
p { color: rgb(253,215,207); }
H1.HeaderClassName
{
color: #FDD7CF;
}
.AnyTagClassName
{
color: #FDD7CF;
}
</style>
background-color css
<style>
a { background-color: #FDD7CF; }
a { background-color: rgb(253,215,207); }
div.DivClassName
{
background-color: #FDD7CF;
}
.BgClassName
{
background-color: #FDD7CF;
}
</style>
border-color css
<style>
span { border-color: #FDD7CF; }
span { border-color: rgb(253,215,207); }
td.TdClassName
{
border-color: #FDD7CF;
}
.TagClassName
{
border-color: #FDD7CF;
}
</style>