Shades of Carnation Pink #FEA7CA
Tints of Carnation Pink #FEA7CA
RGB
CMYK
RGB Variations
Color information
#FEA7CA (or 0xFEA7CA) is known color: Carnation Pink. HEX triplet: FE, A7 and CA. RGB value is (254,167,202). Sum of RGB (Red+Green+Blue) = 254+167+202=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7CA is #015835. Grayscale: #C4C4C4. Windows color (decimal): -88118 or 13281278. OLE color: 13281278.
HSL color Cylindrical-coordinate representation of color #FEA7CA: hue angle of 335.86º 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 #FEA7CA is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 202 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.00 |
| HSL | 335.86º | 0.98% | 0.83% | - |
| HSV(B) | 335.86º | 0.34% | 1% | - |
| XYZ | 65.35 | 52.97 | 62.66 | - |
| YUV | 197 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 202 | 0 | 0.34 | 0.20 | 0.00 | 335.86 | 0.98 | 0.83 |
| Hex | FE | A7 | CA | 0 | 22 | 14 | 0 | 150 | 62 | 53 |
| Octal | 376 | 247 | 312 | 0 | 42 | 24 | 0 | 520 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11001010 | 0 | 100010 | 10100 | 0 | 101010000 | 1100010 | 1010011 |
Color Harmonies of #FEA7CA
Complementary color
Monochromatic Colors of #FEA7CA
Black with #FEA7CA
Text Example
Text Example
White with #FEA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7CA; }
p { color: rgb(254,167,202); }
H1.HeaderClassName
{
color: #FEA7CA;
}
.AnyTagClassName
{
color: #FEA7CA;
}
</style>
background-color css
<style>
a { background-color: #FEA7CA; }
a { background-color: rgb(254,167,202); }
div.DivClassName
{
background-color: #FEA7CA;
}
.BgClassName
{
background-color: #FEA7CA;
}
</style>
border-color css
<style>
span { border-color: #FEA7CA; }
span { border-color: rgb(254,167,202); }
td.TdClassName
{
border-color: #FEA7CA;
}
.TagClassName
{
border-color: #FEA7CA;
}
</style>