Shades of Carnation Pink #FEA8C0
Tints of Carnation Pink #FEA8C0
RGB
CMYK
RGB Variations
Color information
#FEA8C0 (or 0xFEA8C0) is known color: Carnation Pink. HEX triplet: FE, A8 and C0. RGB value is (254,168,192). Sum of RGB (Red+Green+Blue) = 254+168+192=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8C0 is #01573F. Grayscale: #C4C4C4. Windows color (decimal): -87872 or 12626174. OLE color: 12626174.
HSL color Cylindrical-coordinate representation of color #FEA8C0: hue angle of 343.26º 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 #FEA8C0 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 192 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.00 |
| HSL | 343.26º | 0.98% | 0.83% | - |
| HSV(B) | 343.26º | 0.34% | 1% | - |
| XYZ | 64.39 | 52.88 | 56.68 | - |
| YUV | 196.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 192 | 0 | 0.34 | 0.24 | 0.00 | 343.26 | 0.98 | 0.83 |
| Hex | FE | A8 | C0 | 0 | 22 | 18 | 0 | 157 | 62 | 53 |
| Octal | 376 | 250 | 300 | 0 | 42 | 30 | 0 | 527 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11000000 | 0 | 100010 | 11000 | 0 | 101010111 | 1100010 | 1010011 |
Color Harmonies of #FEA8C0
Complementary color
Monochromatic Colors of #FEA8C0
Black with #FEA8C0
Text Example
Text Example
White with #FEA8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8C0; }
p { color: rgb(254,168,192); }
H1.HeaderClassName
{
color: #FEA8C0;
}
.AnyTagClassName
{
color: #FEA8C0;
}
</style>
background-color css
<style>
a { background-color: #FEA8C0; }
a { background-color: rgb(254,168,192); }
div.DivClassName
{
background-color: #FEA8C0;
}
.BgClassName
{
background-color: #FEA8C0;
}
</style>
border-color css
<style>
span { border-color: #FEA8C0; }
span { border-color: rgb(254,168,192); }
td.TdClassName
{
border-color: #FEA8C0;
}
.TagClassName
{
border-color: #FEA8C0;
}
</style>