Shades of Carnation Pink #FEADC8
Tints of Carnation Pink #FEADC8
RGB
CMYK
RGB Variations
Color information
#FEADC8 (or 0xFEADC8) is known color: Carnation Pink. HEX triplet: FE, AD and C8. RGB value is (254,173,200). Sum of RGB (Red+Green+Blue) = 254+173+200=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEADC8 is #015237. Grayscale: #C8C8C8. Windows color (decimal): -86584 or 13151742. OLE color: 13151742.
HSL color Cylindrical-coordinate representation of color #FEADC8: hue angle of 340º 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 #FEADC8 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 200 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.00 |
| HSL | 340º | 0.98% | 0.84% | - |
| HSV(B) | 340º | 0.32% | 1% | - |
| XYZ | 66.24 | 55.13 | 61.79 | - |
| YUV | 200.3 | 127.84 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 200 | 0 | 0.32 | 0.21 | 0.00 | 340 | 0.98 | 0.84 |
| Hex | FE | AD | C8 | 0 | 20 | 15 | 0 | 154 | 62 | 54 |
| Octal | 376 | 255 | 310 | 0 | 40 | 25 | 0 | 524 | 142 | 124 |
| Binary | 11111110 | 10101101 | 11001000 | 0 | 100000 | 10101 | 0 | 101010100 | 1100010 | 1010100 |
Color Harmonies of #FEADC8
Complementary color
Monochromatic Colors of #FEADC8
Black with #FEADC8
Text Example
Text Example
White with #FEADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEADC8; }
p { color: rgb(254,173,200); }
H1.HeaderClassName
{
color: #FEADC8;
}
.AnyTagClassName
{
color: #FEADC8;
}
</style>
background-color css
<style>
a { background-color: #FEADC8; }
a { background-color: rgb(254,173,200); }
div.DivClassName
{
background-color: #FEADC8;
}
.BgClassName
{
background-color: #FEADC8;
}
</style>
border-color css
<style>
span { border-color: #FEADC8; }
span { border-color: rgb(254,173,200); }
td.TdClassName
{
border-color: #FEADC8;
}
.TagClassName
{
border-color: #FEADC8;
}
</style>