Shades of Carnation Pink #FEA8CC
Tints of Carnation Pink #FEA8CC
RGB
CMYK
RGB Variations
Color information
#FEA8CC (or 0xFEA8CC) is known color: Carnation Pink. HEX triplet: FE, A8 and CC. RGB value is (254,168,204). Sum of RGB (Red+Green+Blue) = 254+168+204=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8CC is #015733. Grayscale: #C5C5C5. Windows color (decimal): -87860 or 13412606. OLE color: 13412606.
HSL color Cylindrical-coordinate representation of color #FEA8CC: hue angle of 334.88º 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 #FEA8CC is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 204 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.00 |
| HSL | 334.88º | 0.98% | 0.83% | - |
| HSV(B) | 334.88º | 0.34% | 1% | - |
| XYZ | 65.77 | 53.44 | 63.97 | - |
| YUV | 197.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 204 | 0 | 0.34 | 0.20 | 0.00 | 334.88 | 0.98 | 0.83 |
| Hex | FE | A8 | CC | 0 | 22 | 14 | 0 | 14F | 62 | 53 |
| Octal | 376 | 250 | 314 | 0 | 42 | 24 | 0 | 517 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11001100 | 0 | 100010 | 10100 | 0 | 101001111 | 1100010 | 1010011 |
Color Harmonies of #FEA8CC
Complementary color
Monochromatic Colors of #FEA8CC
Black with #FEA8CC
Text Example
Text Example
White with #FEA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8CC; }
p { color: rgb(254,168,204); }
H1.HeaderClassName
{
color: #FEA8CC;
}
.AnyTagClassName
{
color: #FEA8CC;
}
</style>
background-color css
<style>
a { background-color: #FEA8CC; }
a { background-color: rgb(254,168,204); }
div.DivClassName
{
background-color: #FEA8CC;
}
.BgClassName
{
background-color: #FEA8CC;
}
</style>
border-color css
<style>
span { border-color: #FEA8CC; }
span { border-color: rgb(254,168,204); }
td.TdClassName
{
border-color: #FEA8CC;
}
.TagClassName
{
border-color: #FEA8CC;
}
</style>