Shades of Cosmos #FED4CD
Tints of Cosmos #FED4CD
RGB
CMYK
RGB Variations
Color information
#FED4CD (or 0xFED4CD) is known color: Cosmos. HEX triplet: FE, D4 and CD. RGB value is (254,212,205). Sum of RGB (Red+Green+Blue) = 254+212+205=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CD is #012B32. Grayscale: #DFDFDF. Windows color (decimal): -76595 or 13489406. OLE color: 13489406.
HSL color Cylindrical-coordinate representation of color #FED4CD: hue angle of 8.57º 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 #FED4CD is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 205 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.00 |
| HSL | 8.57º | 0.96% | 0.9% | - |
| HSV(B) | 8.57º | 0.19% | 1% | - |
| XYZ | 75.44 | 72.57 | 67.79 | - |
| YUV | 223.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 205 | 0 | 0.17 | 0.19 | 0.00 | 8.57 | 0.96 | 0.9 |
| Hex | FE | D4 | CD | 0 | 11 | 13 | 0 | 9 | 60 | 5A |
| Octal | 376 | 324 | 315 | 0 | 21 | 23 | 0 | 11 | 140 | 132 |
| Binary | 11111110 | 11010100 | 11001101 | 0 | 10001 | 10011 | 0 | 1001 | 1100000 | 1011010 |
Color Harmonies of #FED4CD
Complementary color
Monochromatic Colors of #FED4CD
Black with #FED4CD
Text Example
Text Example
White with #FED4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4CD; }
p { color: rgb(254,212,205); }
H1.HeaderClassName
{
color: #FED4CD;
}
.AnyTagClassName
{
color: #FED4CD;
}
</style>
background-color css
<style>
a { background-color: #FED4CD; }
a { background-color: rgb(254,212,205); }
div.DivClassName
{
background-color: #FED4CD;
}
.BgClassName
{
background-color: #FED4CD;
}
</style>
border-color css
<style>
span { border-color: #FED4CD; }
span { border-color: rgb(254,212,205); }
td.TdClassName
{
border-color: #FED4CD;
}
.TagClassName
{
border-color: #FED4CD;
}
</style>