Shades of Carnation Pink #FEA3C8
Tints of Carnation Pink #FEA3C8
RGB
CMYK
RGB Variations
Color information
#FEA3C8 (or 0xFEA3C8) is known color: Carnation Pink. HEX triplet: FE, A3 and C8. RGB value is (254,163,200). Sum of RGB (Red+Green+Blue) = 254+163+200=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3C8 is #015C37. Grayscale: #C2C2C2. Windows color (decimal): -89144 or 13149182. OLE color: 13149182.
HSL color Cylindrical-coordinate representation of color #FEA3C8: hue angle of 335.6º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA3C8 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 200 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.00 |
| HSL | 335.6º | 0.98% | 0.82% | - |
| HSV(B) | 335.6º | 0.36% | 1% | - |
| XYZ | 64.4 | 51.44 | 61.18 | - |
| YUV | 194.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 200 | 0 | 0.36 | 0.21 | 0.00 | 335.6 | 0.98 | 0.82 |
| Hex | FE | A3 | C8 | 0 | 24 | 15 | 0 | 150 | 62 | 52 |
| Octal | 376 | 243 | 310 | 0 | 44 | 25 | 0 | 520 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11001000 | 0 | 100100 | 10101 | 0 | 101010000 | 1100010 | 1010010 |
Color Harmonies of #FEA3C8
Complementary color
Monochromatic Colors of #FEA3C8
Black with #FEA3C8
Text Example
Text Example
White with #FEA3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3C8; }
p { color: rgb(254,163,200); }
H1.HeaderClassName
{
color: #FEA3C8;
}
.AnyTagClassName
{
color: #FEA3C8;
}
</style>
background-color css
<style>
a { background-color: #FEA3C8; }
a { background-color: rgb(254,163,200); }
div.DivClassName
{
background-color: #FEA3C8;
}
.BgClassName
{
background-color: #FEA3C8;
}
</style>
border-color css
<style>
span { border-color: #FEA3C8; }
span { border-color: rgb(254,163,200); }
td.TdClassName
{
border-color: #FEA3C8;
}
.TagClassName
{
border-color: #FEA3C8;
}
</style>