Shades of Your Pink #FEC8BD
Tints of Your Pink #FEC8BD
RGB
CMYK
RGB Variations
Color information
#FEC8BD (or 0xFEC8BD) is known color: Your Pink. HEX triplet: FE, C8 and BD. RGB value is (254,200,189). Sum of RGB (Red+Green+Blue) = 254+200+189=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8BD is #013742. Grayscale: #D6D6D6. Windows color (decimal): -79683 or 12437758. OLE color: 12437758.
HSL color Cylindrical-coordinate representation of color #FEC8BD: hue angle of 10.15º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEC8BD is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 189 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.00 |
| HSL | 10.15º | 0.97% | 0.87% | - |
| HSV(B) | 10.15º | 0.26% | 1% | - |
| XYZ | 70.71 | 66.05 | 57.17 | - |
| YUV | 214.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 189 | 0 | 0.21 | 0.26 | 0.00 | 10.15 | 0.97 | 0.87 |
| Hex | FE | C8 | BD | 0 | 15 | 1A | 0 | A | 61 | 57 |
| Octal | 376 | 310 | 275 | 0 | 25 | 32 | 0 | 12 | 141 | 127 |
| Binary | 11111110 | 11001000 | 10111101 | 0 | 10101 | 11010 | 0 | 1010 | 1100001 | 1010111 |
Color Harmonies of #FEC8BD
Complementary color
Monochromatic Colors of #FEC8BD
Black with #FEC8BD
Text Example
Text Example
White with #FEC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8BD; }
p { color: rgb(254,200,189); }
H1.HeaderClassName
{
color: #FEC8BD;
}
.AnyTagClassName
{
color: #FEC8BD;
}
</style>
background-color css
<style>
a { background-color: #FEC8BD; }
a { background-color: rgb(254,200,189); }
div.DivClassName
{
background-color: #FEC8BD;
}
.BgClassName
{
background-color: #FEC8BD;
}
</style>
border-color css
<style>
span { border-color: #FEC8BD; }
span { border-color: rgb(254,200,189); }
td.TdClassName
{
border-color: #FEC8BD;
}
.TagClassName
{
border-color: #FEC8BD;
}
</style>