Shades of Pink #FEBBC9
Tints of Pink #FEBBC9
RGB
CMYK
RGB Variations
Color information
#FEBBC9 (or 0xFEBBC9) is known color: Pink. HEX triplet: FE, BB and C9. RGB value is (254,187,201). Sum of RGB (Red+Green+Blue) = 254+187+201=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 201 (78.91% from 255 or 31.31% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBBC9 is #014436. Grayscale: #D0D0D0. Windows color (decimal): -82999 or 13220862. OLE color: 13220862.
HSL color Cylindrical-coordinate representation of color #FEBBC9: hue angle of 347.46º 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 #FEBBC9 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 201 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.00 |
| HSL | 347.46º | 0.97% | 0.86% | - |
| HSV(B) | 347.46º | 0.26% | 1% | - |
| XYZ | 69.19 | 60.83 | 63.35 | - |
| YUV | 208.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 201 | 0 | 0.26 | 0.21 | 0.00 | 347.46 | 0.97 | 0.86 |
| Hex | FE | BB | C9 | 0 | 1A | 15 | 0 | 15B | 61 | 56 |
| Octal | 376 | 273 | 311 | 0 | 32 | 25 | 0 | 533 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11001001 | 0 | 11010 | 10101 | 0 | 101011011 | 1100001 | 1010110 |
Color Harmonies of #FEBBC9
Complementary color
Monochromatic Colors of #FEBBC9
Black with #FEBBC9
Text Example
Text Example
White with #FEBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBC9; }
p { color: rgb(254,187,201); }
H1.HeaderClassName
{
color: #FEBBC9;
}
.AnyTagClassName
{
color: #FEBBC9;
}
</style>
background-color css
<style>
a { background-color: #FEBBC9; }
a { background-color: rgb(254,187,201); }
div.DivClassName
{
background-color: #FEBBC9;
}
.BgClassName
{
background-color: #FEBBC9;
}
</style>
border-color css
<style>
span { border-color: #FEBBC9; }
span { border-color: rgb(254,187,201); }
td.TdClassName
{
border-color: #FEBBC9;
}
.TagClassName
{
border-color: #FEBBC9;
}
</style>