Shades of Carnation Pink #FEA5BD
Tints of Carnation Pink #FEA5BD
RGB
CMYK
RGB Variations
Color information
#FEA5BD (or 0xFEA5BD) is known color: Carnation Pink. HEX triplet: FE, A5 and BD. RGB value is (254,165,189). Sum of RGB (Red+Green+Blue) = 254+165+189=608 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.78% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5BD is #015A42. Grayscale: #C2C2C2. Windows color (decimal): -88643 or 12428798. OLE color: 12428798.
HSL color Cylindrical-coordinate representation of color #FEA5BD: hue angle of 343.82º 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 #FEA5BD is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 189 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.00 |
| HSL | 343.82º | 0.98% | 0.82% | - |
| HSV(B) | 343.82º | 0.35% | 1% | - |
| XYZ | 63.51 | 51.66 | 54.77 | - |
| YUV | 194.35 | 124.99 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 189 | 0 | 0.35 | 0.26 | 0.00 | 343.82 | 0.98 | 0.82 |
| Hex | FE | A5 | BD | 0 | 23 | 1A | 0 | 158 | 62 | 52 |
| Octal | 376 | 245 | 275 | 0 | 43 | 32 | 0 | 530 | 142 | 122 |
| Binary | 11111110 | 10100101 | 10111101 | 0 | 100011 | 11010 | 0 | 101011000 | 1100010 | 1010010 |
Color Harmonies of #FEA5BD
Complementary color
Monochromatic Colors of #FEA5BD
Black with #FEA5BD
Text Example
Text Example
White with #FEA5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5BD; }
p { color: rgb(254,165,189); }
H1.HeaderClassName
{
color: #FEA5BD;
}
.AnyTagClassName
{
color: #FEA5BD;
}
</style>
background-color css
<style>
a { background-color: #FEA5BD; }
a { background-color: rgb(254,165,189); }
div.DivClassName
{
background-color: #FEA5BD;
}
.BgClassName
{
background-color: #FEA5BD;
}
</style>
border-color css
<style>
span { border-color: #FEA5BD; }
span { border-color: rgb(254,165,189); }
td.TdClassName
{
border-color: #FEA5BD;
}
.TagClassName
{
border-color: #FEA5BD;
}
</style>