Shades of Your Pink #FEC7B8
Tints of Your Pink #FEC7B8
RGB
CMYK
RGB Variations
Color information
#FEC7B8 (or 0xFEC7B8) is known color: Your Pink. HEX triplet: FE, C7 and B8. RGB value is (254,199,184). Sum of RGB (Red+Green+Blue) = 254+199+184=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 184 (72.27% from 255 or 28.89% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7B8 is #013847. Grayscale: #D5D5D5. Windows color (decimal): -79944 or 12109822. OLE color: 12109822.
HSL color Cylindrical-coordinate representation of color #FEC7B8: hue angle of 12.86º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEC7B8 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 184 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.00 |
| HSL | 12.86º | 0.97% | 0.86% | - |
| HSV(B) | 12.86º | 0.28% | 1% | - |
| XYZ | 69.95 | 65.38 | 54.28 | - |
| YUV | 213.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 184 | 0 | 0.22 | 0.28 | 0.00 | 12.86 | 0.97 | 0.86 |
| Hex | FE | C7 | B8 | 0 | 16 | 1C | 0 | D | 61 | 56 |
| Octal | 376 | 307 | 270 | 0 | 26 | 34 | 0 | 15 | 141 | 126 |
| Binary | 11111110 | 11000111 | 10111000 | 0 | 10110 | 11100 | 0 | 1101 | 1100001 | 1010110 |
Color Harmonies of #FEC7B8
Complementary color
Monochromatic Colors of #FEC7B8
Black with #FEC7B8
Text Example
Text Example
White with #FEC7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC7B8; }
p { color: rgb(254,199,184); }
H1.HeaderClassName
{
color: #FEC7B8;
}
.AnyTagClassName
{
color: #FEC7B8;
}
</style>
background-color css
<style>
a { background-color: #FEC7B8; }
a { background-color: rgb(254,199,184); }
div.DivClassName
{
background-color: #FEC7B8;
}
.BgClassName
{
background-color: #FEC7B8;
}
</style>
border-color css
<style>
span { border-color: #FEC7B8; }
span { border-color: rgb(254,199,184); }
td.TdClassName
{
border-color: #FEC7B8;
}
.TagClassName
{
border-color: #FEC7B8;
}
</style>