Shades of Carnation Pink #FEACC5
Tints of Carnation Pink #FEACC5
RGB
CMYK
RGB Variations
Color information
#FEACC5 (or 0xFEACC5) is known color: Carnation Pink. HEX triplet: FE, AC and C5. RGB value is (254,172,197). Sum of RGB (Red+Green+Blue) = 254+172+197=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACC5 is #01533A. Grayscale: #C7C7C7. Windows color (decimal): -86843 or 12954878. OLE color: 12954878.
HSL color Cylindrical-coordinate representation of color #FEACC5: hue angle of 341.71º 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 #FEACC5 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 197 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.00 |
| HSL | 341.71º | 0.98% | 0.84% | - |
| HSV(B) | 341.71º | 0.32% | 1% | - |
| XYZ | 65.7 | 54.61 | 59.9 | - |
| YUV | 199.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 197 | 0 | 0.32 | 0.22 | 0.00 | 341.71 | 0.98 | 0.84 |
| Hex | FE | AC | C5 | 0 | 20 | 16 | 0 | 156 | 62 | 54 |
| Octal | 376 | 254 | 305 | 0 | 40 | 26 | 0 | 526 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11000101 | 0 | 100000 | 10110 | 0 | 101010110 | 1100010 | 1010100 |
Color Harmonies of #FEACC5
Complementary color
Monochromatic Colors of #FEACC5
Black with #FEACC5
Text Example
Text Example
White with #FEACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACC5; }
p { color: rgb(254,172,197); }
H1.HeaderClassName
{
color: #FEACC5;
}
.AnyTagClassName
{
color: #FEACC5;
}
</style>
background-color css
<style>
a { background-color: #FEACC5; }
a { background-color: rgb(254,172,197); }
div.DivClassName
{
background-color: #FEACC5;
}
.BgClassName
{
background-color: #FEACC5;
}
</style>
border-color css
<style>
span { border-color: #FEACC5; }
span { border-color: rgb(254,172,197); }
td.TdClassName
{
border-color: #FEACC5;
}
.TagClassName
{
border-color: #FEACC5;
}
</style>