Shades of Pink #FEBBC8
Tints of Pink #FEBBC8
RGB
CMYK
RGB Variations
Color information
#FEBBC8 (or 0xFEBBC8) is known color: Pink. HEX triplet: FE, BB and C8. RGB value is (254,187,200). Sum of RGB (Red+Green+Blue) = 254+187+200=641 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.63% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBC8 is #014437. Grayscale: #D0D0D0. Windows color (decimal): -83000 or 13155326. OLE color: 13155326.
HSL color Cylindrical-coordinate representation of color #FEBBC8: hue angle of 348.36º 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 #FEBBC8 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 200 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.00 |
| HSL | 348.36º | 0.97% | 0.86% | - |
| HSV(B) | 348.36º | 0.26% | 1% | - |
| XYZ | 69.07 | 60.78 | 62.74 | - |
| YUV | 208.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 200 | 0 | 0.26 | 0.21 | 0.00 | 348.36 | 0.97 | 0.86 |
| Hex | FE | BB | C8 | 0 | 1A | 15 | 0 | 15C | 61 | 56 |
| Octal | 376 | 273 | 310 | 0 | 32 | 25 | 0 | 534 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11001000 | 0 | 11010 | 10101 | 0 | 101011100 | 1100001 | 1010110 |
Color Harmonies of #FEBBC8
Complementary color
Monochromatic Colors of #FEBBC8
Black with #FEBBC8
Text Example
Text Example
White with #FEBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBC8; }
p { color: rgb(254,187,200); }
H1.HeaderClassName
{
color: #FEBBC8;
}
.AnyTagClassName
{
color: #FEBBC8;
}
</style>
background-color css
<style>
a { background-color: #FEBBC8; }
a { background-color: rgb(254,187,200); }
div.DivClassName
{
background-color: #FEBBC8;
}
.BgClassName
{
background-color: #FEBBC8;
}
</style>
border-color css
<style>
span { border-color: #FEBBC8; }
span { border-color: rgb(254,187,200); }
td.TdClassName
{
border-color: #FEBBC8;
}
.TagClassName
{
border-color: #FEBBC8;
}
</style>