Shades of Your Pink #FEC5BE
Tints of Your Pink #FEC5BE
RGB
CMYK
RGB Variations
Color information
#FEC5BE (or 0xFEC5BE) is known color: Your Pink. HEX triplet: FE, C5 and BE. RGB value is (254,197,190). Sum of RGB (Red+Green+Blue) = 254+197+190=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC5BE is #013A41. Grayscale: #D5D5D5. Windows color (decimal): -80450 or 12502526. OLE color: 12502526.
HSL color Cylindrical-coordinate representation of color #FEC5BE: hue angle of 6.56º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEC5BE is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 197 | 190 | - |
CMYK | 0 | 0.22 | 0.25 | 0.00 |
HSL | 6.56º | 0.97% | 0.87% | - |
HSV(B) | 6.56º | 0.25% | 1% | - |
XYZ | 70.13 | 64.72 | 57.51 | - |
YUV | 213.25 | 114.88 | 157.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 197 | 190 | 0 | 0.22 | 0.25 | 0.00 | 6.56 | 0.97 | 0.87 |
Hex | FE | C5 | BE | 0 | 16 | 19 | 0 | 7 | 61 | 57 |
Octal | 376 | 305 | 276 | 0 | 26 | 31 | 0 | 7 | 141 | 127 |
Binary | 11111110 | 11000101 | 10111110 | 0 | 10110 | 11001 | 0 | 111 | 1100001 | 1010111 |
Color Harmonies of #FEC5BE
Complementary color
Monochromatic Colors of #FEC5BE
Black with #FEC5BE
Text Example
Text Example
White with #FEC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC5BE; }
p { color: rgb(254,197,190); }
H1.HeaderClassName
{
color: #FEC5BE;
}
.AnyTagClassName
{
color: #FEC5BE;
}
</style>
background-color css
<style>
a { background-color: #FEC5BE; }
a { background-color: rgb(254,197,190); }
div.DivClassName
{
background-color: #FEC5BE;
}
.BgClassName
{
background-color: #FEC5BE;
}
</style>
border-color css
<style>
span { border-color: #FEC5BE; }
span { border-color: rgb(254,197,190); }
td.TdClassName
{
border-color: #FEC5BE;
}
.TagClassName
{
border-color: #FEC5BE;
}
</style>