Shades of Carnation Pink #FEA7C0
Tints of Carnation Pink #FEA7C0
RGB
CMYK
RGB Variations
Color information
#FEA7C0 (or 0xFEA7C0) is known color: Carnation Pink. HEX triplet: FE, A7 and C0. RGB value is (254,167,192). Sum of RGB (Red+Green+Blue) = 254+167+192=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 167 (65.62% from 255 or 27.24% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7C0 is #01583F. Grayscale: #C3C3C3. Windows color (decimal): -88128 or 12625918. OLE color: 12625918.
HSL color Cylindrical-coordinate representation of color #FEA7C0: hue angle of 342.76º 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 #FEA7C0 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 192 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.00 |
| HSL | 342.76º | 0.98% | 0.83% | - |
| HSV(B) | 342.76º | 0.34% | 1% | - |
| XYZ | 64.21 | 52.51 | 56.62 | - |
| YUV | 195.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 192 | 0 | 0.34 | 0.24 | 0.00 | 342.76 | 0.98 | 0.83 |
| Hex | FE | A7 | C0 | 0 | 22 | 18 | 0 | 157 | 62 | 53 |
| Octal | 376 | 247 | 300 | 0 | 42 | 30 | 0 | 527 | 142 | 123 |
| Binary | 11111110 | 10100111 | 11000000 | 0 | 100010 | 11000 | 0 | 101010111 | 1100010 | 1010011 |
Color Harmonies of #FEA7C0
Complementary color
Monochromatic Colors of #FEA7C0
Black with #FEA7C0
Text Example
Text Example
White with #FEA7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA7C0; }
p { color: rgb(254,167,192); }
H1.HeaderClassName
{
color: #FEA7C0;
}
.AnyTagClassName
{
color: #FEA7C0;
}
</style>
background-color css
<style>
a { background-color: #FEA7C0; }
a { background-color: rgb(254,167,192); }
div.DivClassName
{
background-color: #FEA7C0;
}
.BgClassName
{
background-color: #FEA7C0;
}
</style>
border-color css
<style>
span { border-color: #FEA7C0; }
span { border-color: rgb(254,167,192); }
td.TdClassName
{
border-color: #FEA7C0;
}
.TagClassName
{
border-color: #FEA7C0;
}
</style>