Shades of Your Pink #FEBFBB
Tints of Your Pink #FEBFBB
RGB
CMYK
RGB Variations
Color information
#FEBFBB (or 0xFEBFBB) is known color: Your Pink. HEX triplet: FE, BF and BB. RGB value is (254,191,187). Sum of RGB (Red+Green+Blue) = 254+191+187=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBFBB is #014044. Grayscale: #D1D1D1. Windows color (decimal): -81989 or 12304382. OLE color: 12304382.
HSL color Cylindrical-coordinate representation of color #FEBFBB: hue angle of 3.58º 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 #FEBFBB is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 187 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.00 |
| HSL | 3.58º | 0.97% | 0.86% | - |
| HSV(B) | 3.58º | 0.26% | 1% | - |
| XYZ | 68.47 | 61.92 | 55.36 | - |
| YUV | 209.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 187 | 0 | 0.25 | 0.26 | 0.00 | 3.58 | 0.97 | 0.86 |
| Hex | FE | BF | BB | 0 | 19 | 1A | 0 | 4 | 61 | 56 |
| Octal | 376 | 277 | 273 | 0 | 31 | 32 | 0 | 4 | 141 | 126 |
| Binary | 11111110 | 10111111 | 10111011 | 0 | 11001 | 11010 | 0 | 100 | 1100001 | 1010110 |
Color Harmonies of #FEBFBB
Complementary color
Monochromatic Colors of #FEBFBB
Black with #FEBFBB
Text Example
Text Example
White with #FEBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBFBB; }
p { color: rgb(254,191,187); }
H1.HeaderClassName
{
color: #FEBFBB;
}
.AnyTagClassName
{
color: #FEBFBB;
}
</style>
background-color css
<style>
a { background-color: #FEBFBB; }
a { background-color: rgb(254,191,187); }
div.DivClassName
{
background-color: #FEBFBB;
}
.BgClassName
{
background-color: #FEBFBB;
}
</style>
border-color css
<style>
span { border-color: #FEBFBB; }
span { border-color: rgb(254,191,187); }
td.TdClassName
{
border-color: #FEBFBB;
}
.TagClassName
{
border-color: #FEBFBB;
}
</style>