Shades of Your Pink #FEBBB8
Tints of Your Pink #FEBBB8
RGB
CMYK
RGB Variations
Color information
#FEBBB8 (or 0xFEBBB8) is known color: Your Pink. HEX triplet: FE, BB and B8. RGB value is (254,187,184). Sum of RGB (Red+Green+Blue) = 254+187+184=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 184 (72.27% from 255 or 29.44% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBB8 is #014447. Grayscale: #CECECE. Windows color (decimal): -83016 or 12106750. OLE color: 12106750.
HSL color Cylindrical-coordinate representation of color #FEBBB8: hue angle of 2.57º 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 #FEBBB8 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 184 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.00 |
| HSL | 2.57º | 0.97% | 0.86% | - |
| HSV(B) | 2.57º | 0.28% | 1% | - |
| XYZ | 67.3 | 60.07 | 53.4 | - |
| YUV | 206.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 184 | 0 | 0.26 | 0.28 | 0.00 | 2.57 | 0.97 | 0.86 |
| Hex | FE | BB | B8 | 0 | 1A | 1C | 0 | 3 | 61 | 56 |
| Octal | 376 | 273 | 270 | 0 | 32 | 34 | 0 | 3 | 141 | 126 |
| Binary | 11111110 | 10111011 | 10111000 | 0 | 11010 | 11100 | 0 | 11 | 1100001 | 1010110 |
Color Harmonies of #FEBBB8
Complementary color
Monochromatic Colors of #FEBBB8
Black with #FEBBB8
Text Example
Text Example
White with #FEBBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBB8; }
p { color: rgb(254,187,184); }
H1.HeaderClassName
{
color: #FEBBB8;
}
.AnyTagClassName
{
color: #FEBBB8;
}
</style>
background-color css
<style>
a { background-color: #FEBBB8; }
a { background-color: rgb(254,187,184); }
div.DivClassName
{
background-color: #FEBBB8;
}
.BgClassName
{
background-color: #FEBBB8;
}
</style>
border-color css
<style>
span { border-color: #FEBBB8; }
span { border-color: rgb(254,187,184); }
td.TdClassName
{
border-color: #FEBBB8;
}
.TagClassName
{
border-color: #FEBBB8;
}
</style>