Shades of Cosmos #FED1CD
Tints of Cosmos #FED1CD
RGB
CMYK
RGB Variations
Color information
#FED1CD (or 0xFED1CD) is known color: Cosmos. HEX triplet: FE, D1 and CD. RGB value is (254,209,205). Sum of RGB (Red+Green+Blue) = 254+209+205=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1CD is #012E32. Grayscale: #DEDEDE. Windows color (decimal): -77363 or 13488638. OLE color: 13488638.
HSL color Cylindrical-coordinate representation of color #FED1CD: hue angle of 4.9º 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 #FED1CD is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 205 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.00 |
| HSL | 4.9º | 0.96% | 0.9% | - |
| HSV(B) | 4.9º | 0.19% | 1% | - |
| XYZ | 74.69 | 71.08 | 67.54 | - |
| YUV | 222 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 205 | 0 | 0.18 | 0.19 | 0.00 | 4.9 | 0.96 | 0.9 |
| Hex | FE | D1 | CD | 0 | 12 | 13 | 0 | 5 | 60 | 5A |
| Octal | 376 | 321 | 315 | 0 | 22 | 23 | 0 | 5 | 140 | 132 |
| Binary | 11111110 | 11010001 | 11001101 | 0 | 10010 | 10011 | 0 | 101 | 1100000 | 1011010 |
Color Harmonies of #FED1CD
Complementary color
Monochromatic Colors of #FED1CD
Black with #FED1CD
Text Example
Text Example
White with #FED1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1CD; }
p { color: rgb(254,209,205); }
H1.HeaderClassName
{
color: #FED1CD;
}
.AnyTagClassName
{
color: #FED1CD;
}
</style>
background-color css
<style>
a { background-color: #FED1CD; }
a { background-color: rgb(254,209,205); }
div.DivClassName
{
background-color: #FED1CD;
}
.BgClassName
{
background-color: #FED1CD;
}
</style>
border-color css
<style>
span { border-color: #FED1CD; }
span { border-color: rgb(254,209,205); }
td.TdClassName
{
border-color: #FED1CD;
}
.TagClassName
{
border-color: #FED1CD;
}
</style>