Shades of Carnation Pink #FEADCB
Tints of Carnation Pink #FEADCB
RGB
CMYK
RGB Variations
Color information
#FEADCB (or 0xFEADCB) is known color: Carnation Pink. HEX triplet: FE, AD and CB. RGB value is (254,173,203). Sum of RGB (Red+Green+Blue) = 254+173+203=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADCB is #015234. Grayscale: #C8C8C8. Windows color (decimal): -86581 or 13348350. OLE color: 13348350.
HSL color Cylindrical-coordinate representation of color #FEADCB: hue angle of 337.78º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEADCB is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 203 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.00 |
| HSL | 337.78º | 0.98% | 0.84% | - |
| HSV(B) | 337.78º | 0.32% | 1% | - |
| XYZ | 66.6 | 55.27 | 63.66 | - |
| YUV | 200.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 203 | 0 | 0.32 | 0.20 | 0.00 | 337.78 | 0.98 | 0.84 |
| Hex | FE | AD | CB | 0 | 20 | 14 | 0 | 152 | 62 | 54 |
| Octal | 376 | 255 | 313 | 0 | 40 | 24 | 0 | 522 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11001011 | 0 | 100000 | 10100 | 0 | 101010010 | 1100010 | 1010100 |
Color Harmonies of #FEADCB
Complementary color
Monochromatic Colors of #FEADCB
Black with #FEADCB
Text Example
Text Example
White with #FEADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADCB; }
p { color: rgb(254,173,203); }
H1.HeaderClassName
{
color: #FEADCB;
}
.AnyTagClassName
{
color: #FEADCB;
}
</style>
background-color css
<style>
a { background-color: #FEADCB; }
a { background-color: rgb(254,173,203); }
div.DivClassName
{
background-color: #FEADCB;
}
.BgClassName
{
background-color: #FEADCB;
}
</style>
border-color css
<style>
span { border-color: #FEADCB; }
span { border-color: rgb(254,173,203); }
td.TdClassName
{
border-color: #FEADCB;
}
.TagClassName
{
border-color: #FEADCB;
}
</style>