Shades of Pink #F9BECB
Tints of Pink #F9BECB
RGB
CMYK
RGB Variations
Color information
#F9BECB (or 0xF9BECB) is known color: Pink. HEX triplet: F9, BE and CB. RGB value is (249,190,203). Sum of RGB (Red+Green+Blue) = 249+190+203=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BECB is #064134. Grayscale: #D1D1D1. Windows color (decimal): -409909 or 13352697. OLE color: 13352697.
HSL color Cylindrical-coordinate representation of color #F9BECB: hue angle of 346.78º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9BECB is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 190 | 203 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.02 |
| HSL | 346.78º | 0.83% | 0.86% | - |
| HSV(B) | 346.78º | 0.24% | 0.98% | - |
| XYZ | 68.26 | 61.28 | 64.73 | - |
| YUV | 209.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 190 | 203 | 0 | 0.24 | 0.18 | 0.02 | 346.78 | 0.83 | 0.86 |
| Hex | F9 | BE | CB | 0 | 18 | 12 | 2 | 15B | 53 | 56 |
| Octal | 371 | 276 | 313 | 0 | 30 | 22 | 2 | 533 | 123 | 126 |
| Binary | 11111001 | 10111110 | 11001011 | 0 | 11000 | 10010 | 10 | 101011011 | 1010011 | 1010110 |
Color Harmonies of #F9BECB
Complementary color
Monochromatic Colors of #F9BECB
Black with #F9BECB
Text Example
Text Example
White with #F9BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BECB; }
p { color: rgb(249,190,203); }
H1.HeaderClassName
{
color: #F9BECB;
}
.AnyTagClassName
{
color: #F9BECB;
}
</style>
background-color css
<style>
a { background-color: #F9BECB; }
a { background-color: rgb(249,190,203); }
div.DivClassName
{
background-color: #F9BECB;
}
.BgClassName
{
background-color: #F9BECB;
}
</style>
border-color css
<style>
span { border-color: #F9BECB; }
span { border-color: rgb(249,190,203); }
td.TdClassName
{
border-color: #F9BECB;
}
.TagClassName
{
border-color: #F9BECB;
}
</style>