Shades of Carnation Pink #FEA4C3
Tints of Carnation Pink #FEA4C3
RGB
CMYK
RGB Variations
Color information
#FEA4C3 (or 0xFEA4C3) is known color: Carnation Pink. HEX triplet: FE, A4 and C3. RGB value is (254,164,195). Sum of RGB (Red+Green+Blue) = 254+164+195=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4C3 is #015B3C. Grayscale: #C2C2C2. Windows color (decimal): -88893 or 12821758. OLE color: 12821758.
HSL color Cylindrical-coordinate representation of color #FEA4C3: hue angle of 339.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA4C3 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 195 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.00 |
| HSL | 339.33º | 0.98% | 0.82% | - |
| HSV(B) | 339.33º | 0.35% | 1% | - |
| XYZ | 64 | 51.56 | 58.21 | - |
| YUV | 194.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 195 | 0 | 0.35 | 0.23 | 0.00 | 339.33 | 0.98 | 0.82 |
| Hex | FE | A4 | C3 | 0 | 23 | 17 | 0 | 153 | 62 | 52 |
| Octal | 376 | 244 | 303 | 0 | 43 | 27 | 0 | 523 | 142 | 122 |
| Binary | 11111110 | 10100100 | 11000011 | 0 | 100011 | 10111 | 0 | 101010011 | 1100010 | 1010010 |
Color Harmonies of #FEA4C3
Complementary color
Monochromatic Colors of #FEA4C3
Black with #FEA4C3
Text Example
Text Example
White with #FEA4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4C3; }
p { color: rgb(254,164,195); }
H1.HeaderClassName
{
color: #FEA4C3;
}
.AnyTagClassName
{
color: #FEA4C3;
}
</style>
background-color css
<style>
a { background-color: #FEA4C3; }
a { background-color: rgb(254,164,195); }
div.DivClassName
{
background-color: #FEA4C3;
}
.BgClassName
{
background-color: #FEA4C3;
}
</style>
border-color css
<style>
span { border-color: #FEA4C3; }
span { border-color: rgb(254,164,195); }
td.TdClassName
{
border-color: #FEA4C3;
}
.TagClassName
{
border-color: #FEA4C3;
}
</style>