Shades of Carnation Pink #FEA6C4
Tints of Carnation Pink #FEA6C4
RGB
CMYK
RGB Variations
Color information
#FEA6C4 (or 0xFEA6C4) is known color: Carnation Pink. HEX triplet: FE, A6 and C4. RGB value is (254,166,196). Sum of RGB (Red+Green+Blue) = 254+166+196=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 166 (65.23% from 255 or 26.95% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6C4 is #01593B. Grayscale: #C3C3C3. Windows color (decimal): -88380 or 12887806. OLE color: 12887806.
HSL color Cylindrical-coordinate representation of color #FEA6C4: hue angle of 339.55º 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 #FEA6C4 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 196 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.00 |
| HSL | 339.55º | 0.98% | 0.82% | - |
| HSV(B) | 339.55º | 0.35% | 1% | - |
| XYZ | 64.47 | 52.33 | 58.93 | - |
| YUV | 195.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 196 | 0 | 0.35 | 0.23 | 0.00 | 339.55 | 0.98 | 0.82 |
| Hex | FE | A6 | C4 | 0 | 23 | 17 | 0 | 154 | 62 | 52 |
| Octal | 376 | 246 | 304 | 0 | 43 | 27 | 0 | 524 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11000100 | 0 | 100011 | 10111 | 0 | 101010100 | 1100010 | 1010010 |
Color Harmonies of #FEA6C4
Complementary color
Monochromatic Colors of #FEA6C4
Black with #FEA6C4
Text Example
Text Example
White with #FEA6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6C4; }
p { color: rgb(254,166,196); }
H1.HeaderClassName
{
color: #FEA6C4;
}
.AnyTagClassName
{
color: #FEA6C4;
}
</style>
background-color css
<style>
a { background-color: #FEA6C4; }
a { background-color: rgb(254,166,196); }
div.DivClassName
{
background-color: #FEA6C4;
}
.BgClassName
{
background-color: #FEA6C4;
}
</style>
border-color css
<style>
span { border-color: #FEA6C4; }
span { border-color: rgb(254,166,196); }
td.TdClassName
{
border-color: #FEA6C4;
}
.TagClassName
{
border-color: #FEA6C4;
}
</style>