Shades of Your Pink #FEBCBB
Tints of Your Pink #FEBCBB
RGB
CMYK
RGB Variations
Color information
#FEBCBB (or 0xFEBCBB) is known color: Your Pink. HEX triplet: FE, BC and BB. RGB value is (254,188,187). Sum of RGB (Red+Green+Blue) = 254+188+187=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBCBB is #014344. Grayscale: #CFCFCF. Windows color (decimal): -82757 or 12303614. OLE color: 12303614.
HSL color Cylindrical-coordinate representation of color #FEBCBB: hue angle of 0.9º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBCBB is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 187 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.00 |
| HSL | 0.9º | 0.97% | 0.86% | - |
| HSV(B) | 0.9º | 0.26% | 1% | - |
| XYZ | 67.83 | 60.63 | 55.14 | - |
| YUV | 207.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 187 | 0 | 0.26 | 0.26 | 0.00 | 0.9 | 0.97 | 0.86 |
| Hex | FE | BC | BB | 0 | 1A | 1A | 0 | 1 | 61 | 56 |
| Octal | 376 | 274 | 273 | 0 | 32 | 32 | 0 | 1 | 141 | 126 |
| Binary | 11111110 | 10111100 | 10111011 | 0 | 11010 | 11010 | 0 | 1 | 1100001 | 1010110 |
Color Harmonies of #FEBCBB
Complementary color
Monochromatic Colors of #FEBCBB
Black with #FEBCBB
Text Example
Text Example
White with #FEBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBCBB; }
p { color: rgb(254,188,187); }
H1.HeaderClassName
{
color: #FEBCBB;
}
.AnyTagClassName
{
color: #FEBCBB;
}
</style>
background-color css
<style>
a { background-color: #FEBCBB; }
a { background-color: rgb(254,188,187); }
div.DivClassName
{
background-color: #FEBCBB;
}
.BgClassName
{
background-color: #FEBCBB;
}
</style>
border-color css
<style>
span { border-color: #FEBCBB; }
span { border-color: rgb(254,188,187); }
td.TdClassName
{
border-color: #FEBCBB;
}
.TagClassName
{
border-color: #FEBCBB;
}
</style>