Shades of Carnation Pink #FEA8C4
Tints of Carnation Pink #FEA8C4
RGB
CMYK
RGB Variations
Color information
#FEA8C4 (or 0xFEA8C4) is known color: Carnation Pink. HEX triplet: FE, A8 and C4. RGB value is (254,168,196). Sum of RGB (Red+Green+Blue) = 254+168+196=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8C4 is #01573B. Grayscale: #C4C4C4. Windows color (decimal): -87868 or 12888318. OLE color: 12888318.
HSL color Cylindrical-coordinate representation of color #FEA8C4: hue angle of 340.47º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8C4 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 196 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.00 |
| HSL | 340.47º | 0.98% | 0.83% | - |
| HSV(B) | 340.47º | 0.34% | 1% | - |
| XYZ | 64.84 | 53.06 | 59.05 | - |
| YUV | 196.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 196 | 0 | 0.34 | 0.23 | 0.00 | 340.47 | 0.98 | 0.83 |
| Hex | FE | A8 | C4 | 0 | 22 | 17 | 0 | 154 | 62 | 53 |
| Octal | 376 | 250 | 304 | 0 | 42 | 27 | 0 | 524 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11000100 | 0 | 100010 | 10111 | 0 | 101010100 | 1100010 | 1010011 |
Color Harmonies of #FEA8C4
Complementary color
Monochromatic Colors of #FEA8C4
Black with #FEA8C4
Text Example
Text Example
White with #FEA8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8C4; }
p { color: rgb(254,168,196); }
H1.HeaderClassName
{
color: #FEA8C4;
}
.AnyTagClassName
{
color: #FEA8C4;
}
</style>
background-color css
<style>
a { background-color: #FEA8C4; }
a { background-color: rgb(254,168,196); }
div.DivClassName
{
background-color: #FEA8C4;
}
.BgClassName
{
background-color: #FEA8C4;
}
</style>
border-color css
<style>
span { border-color: #FEA8C4; }
span { border-color: rgb(254,168,196); }
td.TdClassName
{
border-color: #FEA8C4;
}
.TagClassName
{
border-color: #FEA8C4;
}
</style>