Shades of Carnation Pink #FEACC9
Tints of Carnation Pink #FEACC9
RGB
CMYK
RGB Variations
Color information
#FEACC9 (or 0xFEACC9) is known color: Carnation Pink. HEX triplet: FE, AC and C9. RGB value is (254,172,201). Sum of RGB (Red+Green+Blue) = 254+172+201=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 201 (78.91% from 255 or 32.06% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACC9 is #015336. Grayscale: #C7C7C7. Windows color (decimal): -86839 or 13217022. OLE color: 13217022.
HSL color Cylindrical-coordinate representation of color #FEACC9: hue angle of 338.78º 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 #FEACC9 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 201 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.00 |
| HSL | 338.78º | 0.98% | 0.84% | - |
| HSV(B) | 338.78º | 0.32% | 1% | - |
| XYZ | 66.17 | 54.79 | 62.35 | - |
| YUV | 199.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 201 | 0 | 0.32 | 0.21 | 0.00 | 338.78 | 0.98 | 0.84 |
| Hex | FE | AC | C9 | 0 | 20 | 15 | 0 | 153 | 62 | 54 |
| Octal | 376 | 254 | 311 | 0 | 40 | 25 | 0 | 523 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11001001 | 0 | 100000 | 10101 | 0 | 101010011 | 1100010 | 1010100 |
Color Harmonies of #FEACC9
Complementary color
Monochromatic Colors of #FEACC9
Black with #FEACC9
Text Example
Text Example
White with #FEACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACC9; }
p { color: rgb(254,172,201); }
H1.HeaderClassName
{
color: #FEACC9;
}
.AnyTagClassName
{
color: #FEACC9;
}
</style>
background-color css
<style>
a { background-color: #FEACC9; }
a { background-color: rgb(254,172,201); }
div.DivClassName
{
background-color: #FEACC9;
}
.BgClassName
{
background-color: #FEACC9;
}
</style>
border-color css
<style>
span { border-color: #FEACC9; }
span { border-color: rgb(254,172,201); }
td.TdClassName
{
border-color: #FEACC9;
}
.TagClassName
{
border-color: #FEACC9;
}
</style>