Shades of Carnation Pink #FEA4C5
Tints of Carnation Pink #FEA4C5
RGB
CMYK
RGB Variations
Color information
#FEA4C5 (or 0xFEA4C5) is known color: Carnation Pink. HEX triplet: FE, A4 and C5. RGB value is (254,164,197). Sum of RGB (Red+Green+Blue) = 254+164+197=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 164 (64.45% from 255 or 26.67% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4C5 is #015B3A. Grayscale: #C2C2C2. Windows color (decimal): -88891 or 12952830. OLE color: 12952830.
HSL color Cylindrical-coordinate representation of color #FEA4C5: hue angle of 338º 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 #FEA4C5 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 197 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.00 |
| HSL | 338º | 0.98% | 0.82% | - |
| HSV(B) | 338º | 0.35% | 1% | - |
| XYZ | 64.23 | 51.65 | 59.41 | - |
| YUV | 194.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 197 | 0 | 0.35 | 0.22 | 0.00 | 338 | 0.98 | 0.82 |
| Hex | FE | A4 | C5 | 0 | 23 | 16 | 0 | 152 | 62 | 52 |
| Octal | 376 | 244 | 305 | 0 | 43 | 26 | 0 | 522 | 142 | 122 |
| Binary | 11111110 | 10100100 | 11000101 | 0 | 100011 | 10110 | 0 | 101010010 | 1100010 | 1010010 |
Color Harmonies of #FEA4C5
Complementary color
Monochromatic Colors of #FEA4C5
Black with #FEA4C5
Text Example
Text Example
White with #FEA4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4C5; }
p { color: rgb(254,164,197); }
H1.HeaderClassName
{
color: #FEA4C5;
}
.AnyTagClassName
{
color: #FEA4C5;
}
</style>
background-color css
<style>
a { background-color: #FEA4C5; }
a { background-color: rgb(254,164,197); }
div.DivClassName
{
background-color: #FEA4C5;
}
.BgClassName
{
background-color: #FEA4C5;
}
</style>
border-color css
<style>
span { border-color: #FEA4C5; }
span { border-color: rgb(254,164,197); }
td.TdClassName
{
border-color: #FEA4C5;
}
.TagClassName
{
border-color: #FEA4C5;
}
</style>