Shades of Cosmos #FECDCC
Tints of Cosmos #FECDCC
RGB
CMYK
RGB Variations
Color information
#FECDCC (or 0xFECDCC) is known color: Cosmos. HEX triplet: FE, CD and CC. RGB value is (254,205,204). Sum of RGB (Red+Green+Blue) = 254+205+204=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDCC is #013233. Grayscale: #DBDBDB. Windows color (decimal): -78388 or 13422078. OLE color: 13422078.
HSL color Cylindrical-coordinate representation of color #FECDCC: hue angle of 1.2º 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 #FECDCC is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 204 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.00 |
| HSL | 1.2º | 0.96% | 0.9% | - |
| HSV(B) | 1.2º | 0.2% | 1% | - |
| XYZ | 73.6 | 69.09 | 66.58 | - |
| YUV | 219.54 | 119.23 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 204 | 0 | 0.19 | 0.20 | 0.00 | 1.2 | 0.96 | 0.9 |
| Hex | FE | CD | CC | 0 | 13 | 14 | 0 | 1 | 60 | 5A |
| Octal | 376 | 315 | 314 | 0 | 23 | 24 | 0 | 1 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11001100 | 0 | 10011 | 10100 | 0 | 1 | 1100000 | 1011010 |
Color Harmonies of #FECDCC
Complementary color
Monochromatic Colors of #FECDCC
Black with #FECDCC
Text Example
Text Example
White with #FECDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDCC; }
p { color: rgb(254,205,204); }
H1.HeaderClassName
{
color: #FECDCC;
}
.AnyTagClassName
{
color: #FECDCC;
}
</style>
background-color css
<style>
a { background-color: #FECDCC; }
a { background-color: rgb(254,205,204); }
div.DivClassName
{
background-color: #FECDCC;
}
.BgClassName
{
background-color: #FECDCC;
}
</style>
border-color css
<style>
span { border-color: #FECDCC; }
span { border-color: rgb(254,205,204); }
td.TdClassName
{
border-color: #FECDCC;
}
.TagClassName
{
border-color: #FECDCC;
}
</style>