Shades of Carnation Pink #FEA1D0
Tints of Carnation Pink #FEA1D0
RGB
CMYK
RGB Variations
Color information
#FEA1D0 (or 0xFEA1D0) is known color: Carnation Pink. HEX triplet: FE, A1 and D0. RGB value is (254,161,208). Sum of RGB (Red+Green+Blue) = 254+161+208=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1D0 is #015E2F. Grayscale: #C2C2C2. Windows color (decimal): -89648 or 13672958. OLE color: 13672958.
HSL color Cylindrical-coordinate representation of color #FEA1D0: hue angle of 329.68º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA1D0 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 208 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.00 |
| HSL | 329.68º | 0.98% | 0.81% | - |
| HSV(B) | 329.68º | 0.37% | 1% | - |
| XYZ | 65 | 51.11 | 66.11 | - |
| YUV | 194.17 | 135.81 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 208 | 0 | 0.37 | 0.18 | 0.00 | 329.68 | 0.98 | 0.81 |
| Hex | FE | A1 | D0 | 0 | 25 | 12 | 0 | 14A | 62 | 51 |
| Octal | 376 | 241 | 320 | 0 | 45 | 22 | 0 | 512 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11010000 | 0 | 100101 | 10010 | 0 | 101001010 | 1100010 | 1010001 |
Color Harmonies of #FEA1D0
Complementary color
Monochromatic Colors of #FEA1D0
Black with #FEA1D0
Text Example
Text Example
White with #FEA1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1D0; }
p { color: rgb(254,161,208); }
H1.HeaderClassName
{
color: #FEA1D0;
}
.AnyTagClassName
{
color: #FEA1D0;
}
</style>
background-color css
<style>
a { background-color: #FEA1D0; }
a { background-color: rgb(254,161,208); }
div.DivClassName
{
background-color: #FEA1D0;
}
.BgClassName
{
background-color: #FEA1D0;
}
</style>
border-color css
<style>
span { border-color: #FEA1D0; }
span { border-color: rgb(254,161,208); }
td.TdClassName
{
border-color: #FEA1D0;
}
.TagClassName
{
border-color: #FEA1D0;
}
</style>