Shades of Carnation Pink #FEA5BC
Tints of Carnation Pink #FEA5BC
RGB
CMYK
RGB Variations
Color information
#FEA5BC (or 0xFEA5BC) is known color: Carnation Pink. HEX triplet: FE, A5 and BC. RGB value is (254,165,188). Sum of RGB (Red+Green+Blue) = 254+165+188=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA5BC is #015A43. Grayscale: #C2C2C2. Windows color (decimal): -88644 or 12363262. OLE color: 12363262.
HSL color Cylindrical-coordinate representation of color #FEA5BC: hue angle of 344.49º 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 #FEA5BC is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 188 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.00 |
| HSL | 344.49º | 0.98% | 0.82% | - |
| HSV(B) | 344.49º | 0.35% | 1% | - |
| XYZ | 63.41 | 51.61 | 54.2 | - |
| YUV | 194.23 | 124.49 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 188 | 0 | 0.35 | 0.26 | 0.00 | 344.49 | 0.98 | 0.82 |
| Hex | FE | A5 | BC | 0 | 23 | 1A | 0 | 158 | 62 | 52 |
| Octal | 376 | 245 | 274 | 0 | 43 | 32 | 0 | 530 | 142 | 122 |
| Binary | 11111110 | 10100101 | 10111100 | 0 | 100011 | 11010 | 0 | 101011000 | 1100010 | 1010010 |
Color Harmonies of #FEA5BC
Complementary color
Monochromatic Colors of #FEA5BC
Black with #FEA5BC
Text Example
Text Example
White with #FEA5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA5BC; }
p { color: rgb(254,165,188); }
H1.HeaderClassName
{
color: #FEA5BC;
}
.AnyTagClassName
{
color: #FEA5BC;
}
</style>
background-color css
<style>
a { background-color: #FEA5BC; }
a { background-color: rgb(254,165,188); }
div.DivClassName
{
background-color: #FEA5BC;
}
.BgClassName
{
background-color: #FEA5BC;
}
</style>
border-color css
<style>
span { border-color: #FEA5BC; }
span { border-color: rgb(254,165,188); }
td.TdClassName
{
border-color: #FEA5BC;
}
.TagClassName
{
border-color: #FEA5BC;
}
</style>