Shades of Cosmos #FECDCB
Tints of Cosmos #FECDCB
RGB
CMYK
RGB Variations
Color information
#FECDCB (or 0xFECDCB) is known color: Cosmos. HEX triplet: FE, CD and CB. RGB value is (254,205,203). Sum of RGB (Red+Green+Blue) = 254+205+203=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDCB is #013234. Grayscale: #DBDBDB. Windows color (decimal): -78389 or 13356542. OLE color: 13356542.
HSL color Cylindrical-coordinate representation of color #FECDCB: hue angle of 2.35º 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 #FECDCB is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 205 | 203 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.00 |
| HSL | 2.35º | 0.96% | 0.9% | - |
| HSV(B) | 2.35º | 0.2% | 1% | - |
| XYZ | 73.48 | 69.05 | 65.95 | - |
| YUV | 219.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 205 | 203 | 0 | 0.19 | 0.20 | 0.00 | 2.35 | 0.96 | 0.9 |
| Hex | FE | CD | CB | 0 | 13 | 14 | 0 | 2 | 60 | 5A |
| Octal | 376 | 315 | 313 | 0 | 23 | 24 | 0 | 2 | 140 | 132 |
| Binary | 11111110 | 11001101 | 11001011 | 0 | 10011 | 10100 | 0 | 10 | 1100000 | 1011010 |
Color Harmonies of #FECDCB
Complementary color
Monochromatic Colors of #FECDCB
Black with #FECDCB
Text Example
Text Example
White with #FECDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDCB; }
p { color: rgb(254,205,203); }
H1.HeaderClassName
{
color: #FECDCB;
}
.AnyTagClassName
{
color: #FECDCB;
}
</style>
background-color css
<style>
a { background-color: #FECDCB; }
a { background-color: rgb(254,205,203); }
div.DivClassName
{
background-color: #FECDCB;
}
.BgClassName
{
background-color: #FECDCB;
}
</style>
border-color css
<style>
span { border-color: #FECDCB; }
span { border-color: rgb(254,205,203); }
td.TdClassName
{
border-color: #FECDCB;
}
.TagClassName
{
border-color: #FECDCB;
}
</style>