Shades of Carnation Pink #FEA8C7
Tints of Carnation Pink #FEA8C7
RGB
CMYK
RGB Variations
Color information
#FEA8C7 (or 0xFEA8C7) is known color: Carnation Pink. HEX triplet: FE, A8 and C7. RGB value is (254,168,199). Sum of RGB (Red+Green+Blue) = 254+168+199=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8C7 is #015738. Grayscale: #C5C5C5. Windows color (decimal): -87865 or 13084926. OLE color: 13084926.
HSL color Cylindrical-coordinate representation of color #FEA8C7: hue angle of 338.37º 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 #FEA8C7 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 199 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.00 |
| HSL | 338.37º | 0.98% | 0.83% | - |
| HSV(B) | 338.37º | 0.34% | 1% | - |
| XYZ | 65.18 | 53.2 | 60.87 | - |
| YUV | 197.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 199 | 0 | 0.34 | 0.22 | 0.00 | 338.37 | 0.98 | 0.83 |
| Hex | FE | A8 | C7 | 0 | 22 | 16 | 0 | 152 | 62 | 53 |
| Octal | 376 | 250 | 307 | 0 | 42 | 26 | 0 | 522 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11000111 | 0 | 100010 | 10110 | 0 | 101010010 | 1100010 | 1010011 |
Color Harmonies of #FEA8C7
Complementary color
Monochromatic Colors of #FEA8C7
Black with #FEA8C7
Text Example
Text Example
White with #FEA8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8C7; }
p { color: rgb(254,168,199); }
H1.HeaderClassName
{
color: #FEA8C7;
}
.AnyTagClassName
{
color: #FEA8C7;
}
</style>
background-color css
<style>
a { background-color: #FEA8C7; }
a { background-color: rgb(254,168,199); }
div.DivClassName
{
background-color: #FEA8C7;
}
.BgClassName
{
background-color: #FEA8C7;
}
</style>
border-color css
<style>
span { border-color: #FEA8C7; }
span { border-color: rgb(254,168,199); }
td.TdClassName
{
border-color: #FEA8C7;
}
.TagClassName
{
border-color: #FEA8C7;
}
</style>