Shades of Cosmos #FED0CC
Tints of Cosmos #FED0CC
RGB
CMYK
RGB Variations
Color information
#FED0CC (or 0xFED0CC) is known color: Cosmos. HEX triplet: FE, D0 and CC. RGB value is (254,208,204). Sum of RGB (Red+Green+Blue) = 254+208+204=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0CC is #012F33. Grayscale: #DDDDDD. Windows color (decimal): -77620 or 13422846. OLE color: 13422846.
HSL color Cylindrical-coordinate representation of color #FED0CC: hue angle of 4.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FED0CC is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 208 | 204 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.00 |
| HSL | 4.8º | 0.96% | 0.9% | - |
| HSV(B) | 4.8º | 0.2% | 1% | - |
| XYZ | 74.33 | 70.54 | 66.83 | - |
| YUV | 221.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 208 | 204 | 0 | 0.18 | 0.20 | 0.00 | 4.8 | 0.96 | 0.9 |
| Hex | FE | D0 | CC | 0 | 12 | 14 | 0 | 5 | 60 | 5A |
| Octal | 376 | 320 | 314 | 0 | 22 | 24 | 0 | 5 | 140 | 132 |
| Binary | 11111110 | 11010000 | 11001100 | 0 | 10010 | 10100 | 0 | 101 | 1100000 | 1011010 |
Color Harmonies of #FED0CC
Complementary color
Monochromatic Colors of #FED0CC
Black with #FED0CC
Text Example
Text Example
White with #FED0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED0CC; }
p { color: rgb(254,208,204); }
H1.HeaderClassName
{
color: #FED0CC;
}
.AnyTagClassName
{
color: #FED0CC;
}
</style>
background-color css
<style>
a { background-color: #FED0CC; }
a { background-color: rgb(254,208,204); }
div.DivClassName
{
background-color: #FED0CC;
}
.BgClassName
{
background-color: #FED0CC;
}
</style>
border-color css
<style>
span { border-color: #FED0CC; }
span { border-color: rgb(254,208,204); }
td.TdClassName
{
border-color: #FED0CC;
}
.TagClassName
{
border-color: #FED0CC;
}
</style>