Shades of Carnation Pink #FEA8C1
Tints of Carnation Pink #FEA8C1
RGB
CMYK
RGB Variations
Color information
#FEA8C1 (or 0xFEA8C1) is known color: Carnation Pink. HEX triplet: FE, A8 and C1. RGB value is (254,168,193). Sum of RGB (Red+Green+Blue) = 254+168+193=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8C1 is #01573E. Grayscale: #C4C4C4. Windows color (decimal): -87871 or 12691710. OLE color: 12691710.
HSL color Cylindrical-coordinate representation of color #FEA8C1: hue angle of 342.56º 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 #FEA8C1 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 193 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.00 |
| HSL | 342.56º | 0.98% | 0.83% | - |
| HSV(B) | 342.56º | 0.34% | 1% | - |
| XYZ | 64.5 | 52.93 | 57.27 | - |
| YUV | 196.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 193 | 0 | 0.34 | 0.24 | 0.00 | 342.56 | 0.98 | 0.83 |
| Hex | FE | A8 | C1 | 0 | 22 | 18 | 0 | 157 | 62 | 53 |
| Octal | 376 | 250 | 301 | 0 | 42 | 30 | 0 | 527 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11000001 | 0 | 100010 | 11000 | 0 | 101010111 | 1100010 | 1010011 |
Color Harmonies of #FEA8C1
Complementary color
Monochromatic Colors of #FEA8C1
Black with #FEA8C1
Text Example
Text Example
White with #FEA8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8C1; }
p { color: rgb(254,168,193); }
H1.HeaderClassName
{
color: #FEA8C1;
}
.AnyTagClassName
{
color: #FEA8C1;
}
</style>
background-color css
<style>
a { background-color: #FEA8C1; }
a { background-color: rgb(254,168,193); }
div.DivClassName
{
background-color: #FEA8C1;
}
.BgClassName
{
background-color: #FEA8C1;
}
</style>
border-color css
<style>
span { border-color: #FEA8C1; }
span { border-color: rgb(254,168,193); }
td.TdClassName
{
border-color: #FEA8C1;
}
.TagClassName
{
border-color: #FEA8C1;
}
</style>