Shades of Cosmos #FECECB
Tints of Cosmos #FECECB
RGB
CMYK
RGB Variations
Color information
#FECECB (or 0xFECECB) is known color: Cosmos. HEX triplet: FE, CE and CB. RGB value is (254,206,203). Sum of RGB (Red+Green+Blue) = 254+206+203=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FECECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECECB is #013134. Grayscale: #DCDCDC. Windows color (decimal): -78133 or 13356798. OLE color: 13356798.
HSL color Cylindrical-coordinate representation of color #FECECB: hue angle of 3.53º 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 #FECECB is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 206 | 203 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.00 |
| HSL | 3.53º | 0.96% | 0.9% | - |
| HSV(B) | 3.53º | 0.2% | 1% | - |
| XYZ | 73.72 | 69.53 | 66.03 | - |
| YUV | 220.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 206 | 203 | 0 | 0.19 | 0.20 | 0.00 | 3.53 | 0.96 | 0.9 |
| Hex | FE | CE | CB | 0 | 13 | 14 | 0 | 4 | 60 | 5A |
| Octal | 376 | 316 | 313 | 0 | 23 | 24 | 0 | 4 | 140 | 132 |
| Binary | 11111110 | 11001110 | 11001011 | 0 | 10011 | 10100 | 0 | 100 | 1100000 | 1011010 |
Color Harmonies of #FECECB
Complementary color
Monochromatic Colors of #FECECB
Black with #FECECB
Text Example
Text Example
White with #FECECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECECB; }
p { color: rgb(254,206,203); }
H1.HeaderClassName
{
color: #FECECB;
}
.AnyTagClassName
{
color: #FECECB;
}
</style>
background-color css
<style>
a { background-color: #FECECB; }
a { background-color: rgb(254,206,203); }
div.DivClassName
{
background-color: #FECECB;
}
.BgClassName
{
background-color: #FECECB;
}
</style>
border-color css
<style>
span { border-color: #FECECB; }
span { border-color: rgb(254,206,203); }
td.TdClassName
{
border-color: #FECECB;
}
.TagClassName
{
border-color: #FECECB;
}
</style>