Shades of Carnation Pink #FEA9C3
Tints of Carnation Pink #FEA9C3
RGB
CMYK
RGB Variations
Color information
#FEA9C3 (or 0xFEA9C3) is known color: Carnation Pink. HEX triplet: FE, A9 and C3. RGB value is (254,169,195). Sum of RGB (Red+Green+Blue) = 254+169+195=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9C3 is #01563C. Grayscale: #C5C5C5. Windows color (decimal): -87613 or 12823038. OLE color: 12823038.
HSL color Cylindrical-coordinate representation of color #FEA9C3: hue angle of 341.65º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9C3 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 195 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.00 |
| HSL | 341.65º | 0.98% | 0.83% | - |
| HSV(B) | 341.65º | 0.33% | 1% | - |
| XYZ | 64.91 | 53.39 | 58.51 | - |
| YUV | 197.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 195 | 0 | 0.33 | 0.23 | 0.00 | 341.65 | 0.98 | 0.83 |
| Hex | FE | A9 | C3 | 0 | 21 | 17 | 0 | 156 | 62 | 53 |
| Octal | 376 | 251 | 303 | 0 | 41 | 27 | 0 | 526 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11000011 | 0 | 100001 | 10111 | 0 | 101010110 | 1100010 | 1010011 |
Color Harmonies of #FEA9C3
Complementary color
Monochromatic Colors of #FEA9C3
Black with #FEA9C3
Text Example
Text Example
White with #FEA9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9C3; }
p { color: rgb(254,169,195); }
H1.HeaderClassName
{
color: #FEA9C3;
}
.AnyTagClassName
{
color: #FEA9C3;
}
</style>
background-color css
<style>
a { background-color: #FEA9C3; }
a { background-color: rgb(254,169,195); }
div.DivClassName
{
background-color: #FEA9C3;
}
.BgClassName
{
background-color: #FEA9C3;
}
</style>
border-color css
<style>
span { border-color: #FEA9C3; }
span { border-color: rgb(254,169,195); }
td.TdClassName
{
border-color: #FEA9C3;
}
.TagClassName
{
border-color: #FEA9C3;
}
</style>