Shades of Carnation Pink #FEA4C8
Tints of Carnation Pink #FEA4C8
RGB
CMYK
RGB Variations
Color information
#FEA4C8 (or 0xFEA4C8) is known color: Carnation Pink. HEX triplet: FE, A4 and C8. RGB value is (254,164,200). Sum of RGB (Red+Green+Blue) = 254+164+200=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 200 (78.52% from 255 or 32.36% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4C8 is #015B37. Grayscale: #C2C2C2. Windows color (decimal): -88888 or 13149438. OLE color: 13149438.
HSL color Cylindrical-coordinate representation of color #FEA4C8: hue angle of 336º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA4C8 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 200 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.00 |
| HSL | 336º | 0.98% | 0.82% | - |
| HSV(B) | 336º | 0.35% | 1% | - |
| XYZ | 64.57 | 51.79 | 61.24 | - |
| YUV | 195.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 200 | 0 | 0.35 | 0.21 | 0.00 | 336 | 0.98 | 0.82 |
| Hex | FE | A4 | C8 | 0 | 23 | 15 | 0 | 150 | 62 | 52 |
| Octal | 376 | 244 | 310 | 0 | 43 | 25 | 0 | 520 | 142 | 122 |
| Binary | 11111110 | 10100100 | 11001000 | 0 | 100011 | 10101 | 0 | 101010000 | 1100010 | 1010010 |
Color Harmonies of #FEA4C8
Complementary color
Monochromatic Colors of #FEA4C8
Black with #FEA4C8
Text Example
Text Example
White with #FEA4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4C8; }
p { color: rgb(254,164,200); }
H1.HeaderClassName
{
color: #FEA4C8;
}
.AnyTagClassName
{
color: #FEA4C8;
}
</style>
background-color css
<style>
a { background-color: #FEA4C8; }
a { background-color: rgb(254,164,200); }
div.DivClassName
{
background-color: #FEA4C8;
}
.BgClassName
{
background-color: #FEA4C8;
}
</style>
border-color css
<style>
span { border-color: #FEA4C8; }
span { border-color: rgb(254,164,200); }
td.TdClassName
{
border-color: #FEA4C8;
}
.TagClassName
{
border-color: #FEA4C8;
}
</style>