Shades of Carnation Pink #FEACCC
Tints of Carnation Pink #FEACCC
RGB
CMYK
RGB Variations
Color information
#FEACCC (or 0xFEACCC) is known color: Carnation Pink. HEX triplet: FE, AC and CC. RGB value is (254,172,204). Sum of RGB (Red+Green+Blue) = 254+172+204=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACCC is #015333. Grayscale: #C8C8C8. Windows color (decimal): -86836 or 13413630. OLE color: 13413630.
HSL color Cylindrical-coordinate representation of color #FEACCC: hue angle of 336.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FEACCC is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 204 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.00 |
| HSL | 336.59º | 0.98% | 0.84% | - |
| HSV(B) | 336.59º | 0.32% | 1% | - |
| XYZ | 66.52 | 54.94 | 64.22 | - |
| YUV | 200.17 | 130.17 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 204 | 0 | 0.32 | 0.20 | 0.00 | 336.59 | 0.98 | 0.84 |
| Hex | FE | AC | CC | 0 | 20 | 14 | 0 | 151 | 62 | 54 |
| Octal | 376 | 254 | 314 | 0 | 40 | 24 | 0 | 521 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11001100 | 0 | 100000 | 10100 | 0 | 101010001 | 1100010 | 1010100 |
Color Harmonies of #FEACCC
Complementary color
Monochromatic Colors of #FEACCC
Black with #FEACCC
Text Example
Text Example
White with #FEACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACCC; }
p { color: rgb(254,172,204); }
H1.HeaderClassName
{
color: #FEACCC;
}
.AnyTagClassName
{
color: #FEACCC;
}
</style>
background-color css
<style>
a { background-color: #FEACCC; }
a { background-color: rgb(254,172,204); }
div.DivClassName
{
background-color: #FEACCC;
}
.BgClassName
{
background-color: #FEACCC;
}
</style>
border-color css
<style>
span { border-color: #FEACCC; }
span { border-color: rgb(254,172,204); }
td.TdClassName
{
border-color: #FEACCC;
}
.TagClassName
{
border-color: #FEACCC;
}
</style>