Shades of Your Pink #FEC8B7
Tints of Your Pink #FEC8B7
RGB
CMYK
RGB Variations
Color information
#FEC8B7 (or 0xFEC8B7) is known color: Your Pink. HEX triplet: FE, C8 and B7. RGB value is (254,200,183). Sum of RGB (Red+Green+Blue) = 254+200+183=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 183 (71.88% from 255 or 28.73% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8B7 is #013748. Grayscale: #D6D6D6. Windows color (decimal): -79689 or 12044542. OLE color: 12044542.
HSL color Cylindrical-coordinate representation of color #FEC8B7: hue angle of 14.37º 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 #FEC8B7 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 183 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.00 |
| HSL | 14.37º | 0.97% | 0.86% | - |
| HSV(B) | 14.37º | 0.28% | 1% | - |
| XYZ | 70.07 | 65.8 | 53.81 | - |
| YUV | 214.21 | 110.39 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 183 | 0 | 0.21 | 0.28 | 0.00 | 14.37 | 0.97 | 0.86 |
| Hex | FE | C8 | B7 | 0 | 15 | 1C | 0 | E | 61 | 56 |
| Octal | 376 | 310 | 267 | 0 | 25 | 34 | 0 | 16 | 141 | 126 |
| Binary | 11111110 | 11001000 | 10110111 | 0 | 10101 | 11100 | 0 | 1110 | 1100001 | 1010110 |
Color Harmonies of #FEC8B7
Complementary color
Monochromatic Colors of #FEC8B7
Black with #FEC8B7
Text Example
Text Example
White with #FEC8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC8B7; }
p { color: rgb(254,200,183); }
H1.HeaderClassName
{
color: #FEC8B7;
}
.AnyTagClassName
{
color: #FEC8B7;
}
</style>
background-color css
<style>
a { background-color: #FEC8B7; }
a { background-color: rgb(254,200,183); }
div.DivClassName
{
background-color: #FEC8B7;
}
.BgClassName
{
background-color: #FEC8B7;
}
</style>
border-color css
<style>
span { border-color: #FEC8B7; }
span { border-color: rgb(254,200,183); }
td.TdClassName
{
border-color: #FEC8B7;
}
.TagClassName
{
border-color: #FEC8B7;
}
</style>