Shades of Carnation Pink #FEAECC
Tints of Carnation Pink #FEAECC
RGB
CMYK
RGB Variations
Color information
#FEAECC (or 0xFEAECC) is known color: Carnation Pink. HEX triplet: FE, AE and CC. RGB value is (254,174,204). Sum of RGB (Red+Green+Blue) = 254+174+204=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAECC is #015133. Grayscale: #C9C9C9. Windows color (decimal): -86324 or 13414142. OLE color: 13414142.
HSL color Cylindrical-coordinate representation of color #FEAECC: hue angle of 337.5º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAECC is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 174 | 204 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.00 |
| HSL | 337.5º | 0.98% | 0.84% | - |
| HSV(B) | 337.5º | 0.31% | 1% | - |
| XYZ | 66.91 | 55.7 | 64.35 | - |
| YUV | 201.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 174 | 204 | 0 | 0.31 | 0.20 | 0.00 | 337.5 | 0.98 | 0.84 |
| Hex | FE | AE | CC | 0 | 1F | 14 | 0 | 152 | 62 | 54 |
| Octal | 376 | 256 | 314 | 0 | 37 | 24 | 0 | 522 | 142 | 124 |
| Binary | 11111110 | 10101110 | 11001100 | 0 | 11111 | 10100 | 0 | 101010010 | 1100010 | 1010100 |
Color Harmonies of #FEAECC
Complementary color
Monochromatic Colors of #FEAECC
Black with #FEAECC
Text Example
Text Example
White with #FEAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAECC; }
p { color: rgb(254,174,204); }
H1.HeaderClassName
{
color: #FEAECC;
}
.AnyTagClassName
{
color: #FEAECC;
}
</style>
background-color css
<style>
a { background-color: #FEAECC; }
a { background-color: rgb(254,174,204); }
div.DivClassName
{
background-color: #FEAECC;
}
.BgClassName
{
background-color: #FEAECC;
}
</style>
border-color css
<style>
span { border-color: #FEAECC; }
span { border-color: rgb(254,174,204); }
td.TdClassName
{
border-color: #FEAECC;
}
.TagClassName
{
border-color: #FEAECC;
}
</style>