Shades of Carnation Pink #FEACCA
Tints of Carnation Pink #FEACCA
RGB
CMYK
RGB Variations
Color information
#FEACCA (or 0xFEACCA) is known color: Carnation Pink. HEX triplet: FE, AC and CA. RGB value is (254,172,202). Sum of RGB (Red+Green+Blue) = 254+172+202=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEACCA is #015335. Grayscale: #C7C7C7. Windows color (decimal): -86838 or 13282558. OLE color: 13282558.
HSL color Cylindrical-coordinate representation of color #FEACCA: hue angle of 338.05º 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 #FEACCA is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 202 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.00 |
| HSL | 338.05º | 0.98% | 0.84% | - |
| HSV(B) | 338.05º | 0.32% | 1% | - |
| XYZ | 66.29 | 54.84 | 62.97 | - |
| YUV | 199.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 202 | 0 | 0.32 | 0.20 | 0.00 | 338.05 | 0.98 | 0.84 |
| Hex | FE | AC | CA | 0 | 20 | 14 | 0 | 152 | 62 | 54 |
| Octal | 376 | 254 | 312 | 0 | 40 | 24 | 0 | 522 | 142 | 124 |
| Binary | 11111110 | 10101100 | 11001010 | 0 | 100000 | 10100 | 0 | 101010010 | 1100010 | 1010100 |
Color Harmonies of #FEACCA
Complementary color
Monochromatic Colors of #FEACCA
Black with #FEACCA
Text Example
Text Example
White with #FEACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEACCA; }
p { color: rgb(254,172,202); }
H1.HeaderClassName
{
color: #FEACCA;
}
.AnyTagClassName
{
color: #FEACCA;
}
</style>
background-color css
<style>
a { background-color: #FEACCA; }
a { background-color: rgb(254,172,202); }
div.DivClassName
{
background-color: #FEACCA;
}
.BgClassName
{
background-color: #FEACCA;
}
</style>
border-color css
<style>
span { border-color: #FEACCA; }
span { border-color: rgb(254,172,202); }
td.TdClassName
{
border-color: #FEACCA;
}
.TagClassName
{
border-color: #FEACCA;
}
</style>