Shades of Carnation Pink #FEA8C3
Tints of Carnation Pink #FEA8C3
RGB
CMYK
RGB Variations
Color information
#FEA8C3 (or 0xFEA8C3) is known color: Carnation Pink. HEX triplet: FE, A8 and C3. RGB value is (254,168,195). Sum of RGB (Red+Green+Blue) = 254+168+195=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8C3 is #01573C. Grayscale: #C4C4C4. Windows color (decimal): -87869 or 12822782. OLE color: 12822782.
HSL color Cylindrical-coordinate representation of color #FEA8C3: hue angle of 341.16º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA8C3 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 195 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.00 |
| HSL | 341.16º | 0.98% | 0.83% | - |
| HSV(B) | 341.16º | 0.34% | 1% | - |
| XYZ | 64.73 | 53.02 | 58.45 | - |
| YUV | 196.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 195 | 0 | 0.34 | 0.23 | 0.00 | 341.16 | 0.98 | 0.83 |
| Hex | FE | A8 | C3 | 0 | 22 | 17 | 0 | 155 | 62 | 53 |
| Octal | 376 | 250 | 303 | 0 | 42 | 27 | 0 | 525 | 142 | 123 |
| Binary | 11111110 | 10101000 | 11000011 | 0 | 100010 | 10111 | 0 | 101010101 | 1100010 | 1010011 |
Color Harmonies of #FEA8C3
Complementary color
Monochromatic Colors of #FEA8C3
Black with #FEA8C3
Text Example
Text Example
White with #FEA8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8C3; }
p { color: rgb(254,168,195); }
H1.HeaderClassName
{
color: #FEA8C3;
}
.AnyTagClassName
{
color: #FEA8C3;
}
</style>
background-color css
<style>
a { background-color: #FEA8C3; }
a { background-color: rgb(254,168,195); }
div.DivClassName
{
background-color: #FEA8C3;
}
.BgClassName
{
background-color: #FEA8C3;
}
</style>
border-color css
<style>
span { border-color: #FEA8C3; }
span { border-color: rgb(254,168,195); }
td.TdClassName
{
border-color: #FEA8C3;
}
.TagClassName
{
border-color: #FEA8C3;
}
</style>