Shades of Cosmos #FED0CD
Tints of Cosmos #FED0CD
RGB
CMYK
RGB Variations
Color information
#FED0CD (or 0xFED0CD) is known color: Cosmos. HEX triplet: FE, D0 and CD. RGB value is (254,208,205). Sum of RGB (Red+Green+Blue) = 254+208+205=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0CD is #012F32. Grayscale: #DDDDDD. Windows color (decimal): -77619 or 13488382. OLE color: 13488382.
HSL color Cylindrical-coordinate representation of color #FED0CD: hue angle of 3.67º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FED0CD is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 205 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.00 |
| HSL | 3.67º | 0.96% | 0.9% | - |
| HSV(B) | 3.67º | 0.19% | 1% | - |
| XYZ | 74.45 | 70.59 | 67.46 | - |
| YUV | 221.41 | 118.74 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 205 | 0 | 0.18 | 0.19 | 0.00 | 3.67 | 0.96 | 0.9 |
| Hex | FE | D0 | CD | 0 | 12 | 13 | 0 | 4 | 60 | 5A |
| Octal | 376 | 320 | 315 | 0 | 22 | 23 | 0 | 4 | 140 | 132 |
| Binary | 11111110 | 11010000 | 11001101 | 0 | 10010 | 10011 | 0 | 100 | 1100000 | 1011010 |
Color Harmonies of #FED0CD
Complementary color
Monochromatic Colors of #FED0CD
Black with #FED0CD
Text Example
Text Example
White with #FED0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0CD; }
p { color: rgb(254,208,205); }
H1.HeaderClassName
{
color: #FED0CD;
}
.AnyTagClassName
{
color: #FED0CD;
}
</style>
background-color css
<style>
a { background-color: #FED0CD; }
a { background-color: rgb(254,208,205); }
div.DivClassName
{
background-color: #FED0CD;
}
.BgClassName
{
background-color: #FED0CD;
}
</style>
border-color css
<style>
span { border-color: #FED0CD; }
span { border-color: rgb(254,208,205); }
td.TdClassName
{
border-color: #FED0CD;
}
.TagClassName
{
border-color: #FED0CD;
}
</style>