Shades of Cosmos #FED5CC
Tints of Cosmos #FED5CC
RGB
CMYK
RGB Variations
Color information
#FED5CC (or 0xFED5CC) is known color: Cosmos. HEX triplet: FE, D5 and CC. RGB value is (254,213,204). Sum of RGB (Red+Green+Blue) = 254+213+204=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED5CC is #012A33. Grayscale: #E0E0E0. Windows color (decimal): -76340 or 13424126. OLE color: 13424126.
HSL color Cylindrical-coordinate representation of color #FED5CC: hue angle of 10.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 #FED5CC is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 213 | 204 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.00 |
| HSL | 10.8º | 0.96% | 0.9% | - |
| HSV(B) | 10.8º | 0.2% | 1% | - |
| XYZ | 75.57 | 73.02 | 67.24 | - |
| YUV | 224.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 213 | 204 | 0 | 0.16 | 0.20 | 0.00 | 10.8 | 0.96 | 0.9 |
| Hex | FE | D5 | CC | 0 | 10 | 14 | 0 | B | 60 | 5A |
| Octal | 376 | 325 | 314 | 0 | 20 | 24 | 0 | 13 | 140 | 132 |
| Binary | 11111110 | 11010101 | 11001100 | 0 | 10000 | 10100 | 0 | 1011 | 1100000 | 1011010 |
Color Harmonies of #FED5CC
Complementary color
Monochromatic Colors of #FED5CC
Black with #FED5CC
Text Example
Text Example
White with #FED5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5CC; }
p { color: rgb(254,213,204); }
H1.HeaderClassName
{
color: #FED5CC;
}
.AnyTagClassName
{
color: #FED5CC;
}
</style>
background-color css
<style>
a { background-color: #FED5CC; }
a { background-color: rgb(254,213,204); }
div.DivClassName
{
background-color: #FED5CC;
}
.BgClassName
{
background-color: #FED5CC;
}
</style>
border-color css
<style>
span { border-color: #FED5CC; }
span { border-color: rgb(254,213,204); }
td.TdClassName
{
border-color: #FED5CC;
}
.TagClassName
{
border-color: #FED5CC;
}
</style>