Shades of Light Pink #FEA8BC
Tints of Light Pink #FEA8BC
RGB
CMYK
RGB Variations
Color information
#FEA8BC (or 0xFEA8BC) is known color: Light Pink. HEX triplet: FE, A8 and BC. RGB value is (254,168,188). Sum of RGB (Red+Green+Blue) = 254+168+188=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8BC is #015743. Grayscale: #C4C4C4. Windows color (decimal): -87876 or 12364030. OLE color: 12364030.
HSL color Cylindrical-coordinate representation of color #FEA8BC: hue angle of 346.05º 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 #FEA8BC is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 188 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.00 |
| HSL | 346.05º | 0.98% | 0.83% | - |
| HSV(B) | 346.05º | 0.34% | 1% | - |
| XYZ | 63.95 | 52.71 | 54.38 | - |
| YUV | 195.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 188 | 0 | 0.34 | 0.26 | 0.00 | 346.05 | 0.98 | 0.83 |
| Hex | FE | A8 | BC | 0 | 22 | 1A | 0 | 15A | 62 | 53 |
| Octal | 376 | 250 | 274 | 0 | 42 | 32 | 0 | 532 | 142 | 123 |
| Binary | 11111110 | 10101000 | 10111100 | 0 | 100010 | 11010 | 0 | 101011010 | 1100010 | 1010011 |
Color Harmonies of #FEA8BC
Complementary color
Monochromatic Colors of #FEA8BC
Black with #FEA8BC
Text Example
Text Example
White with #FEA8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA8BC; }
p { color: rgb(254,168,188); }
H1.HeaderClassName
{
color: #FEA8BC;
}
.AnyTagClassName
{
color: #FEA8BC;
}
</style>
background-color css
<style>
a { background-color: #FEA8BC; }
a { background-color: rgb(254,168,188); }
div.DivClassName
{
background-color: #FEA8BC;
}
.BgClassName
{
background-color: #FEA8BC;
}
</style>
border-color css
<style>
span { border-color: #FEA8BC; }
span { border-color: rgb(254,168,188); }
td.TdClassName
{
border-color: #FEA8BC;
}
.TagClassName
{
border-color: #FEA8BC;
}
</style>