Shades of Cosmos #FED4CB
Tints of Cosmos #FED4CB
RGB
CMYK
RGB Variations
Color information
#FED4CB (or 0xFED4CB) is known color: Cosmos. HEX triplet: FE, D4 and CB. RGB value is (254,212,203). Sum of RGB (Red+Green+Blue) = 254+212+203=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4CB is #012B34. Grayscale: #DFDFDF. Windows color (decimal): -76597 or 13358334. OLE color: 13358334.
HSL color Cylindrical-coordinate representation of color #FED4CB: hue angle of 10.59º 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 #FED4CB is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 203 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.00 |
| HSL | 10.59º | 0.96% | 0.9% | - |
| HSV(B) | 10.59º | 0.2% | 1% | - |
| XYZ | 75.2 | 72.47 | 66.52 | - |
| YUV | 223.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 203 | 0 | 0.17 | 0.20 | 0.00 | 10.59 | 0.96 | 0.9 |
| Hex | FE | D4 | CB | 0 | 11 | 14 | 0 | B | 60 | 5A |
| Octal | 376 | 324 | 313 | 0 | 21 | 24 | 0 | 13 | 140 | 132 |
| Binary | 11111110 | 11010100 | 11001011 | 0 | 10001 | 10100 | 0 | 1011 | 1100000 | 1011010 |
Color Harmonies of #FED4CB
Complementary color
Monochromatic Colors of #FED4CB
Black with #FED4CB
Text Example
Text Example
White with #FED4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4CB; }
p { color: rgb(254,212,203); }
H1.HeaderClassName
{
color: #FED4CB;
}
.AnyTagClassName
{
color: #FED4CB;
}
</style>
background-color css
<style>
a { background-color: #FED4CB; }
a { background-color: rgb(254,212,203); }
div.DivClassName
{
background-color: #FED4CB;
}
.BgClassName
{
background-color: #FED4CB;
}
</style>
border-color css
<style>
span { border-color: #FED4CB; }
span { border-color: rgb(254,212,203); }
td.TdClassName
{
border-color: #FED4CB;
}
.TagClassName
{
border-color: #FED4CB;
}
</style>