Shades of Your Pink #F7BDBB
Tints of Your Pink #F7BDBB
RGB
CMYK
RGB Variations
Color information
#F7BDBB (or 0xF7BDBB) is known color: Your Pink. HEX triplet: F7, BD and BB. RGB value is (247,189,187). Sum of RGB (Red+Green+Blue) = 247+189+187=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDBB is #084244. Grayscale: #CECECE. Windows color (decimal): -541253 or 12303863. OLE color: 12303863.
HSL color Cylindrical-coordinate representation of color #F7BDBB: hue angle of 2º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BDBB is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 189 | 187 | - |
CMYK | 0 | 0.23 | 0.24 | 0.03 |
HSL | 2º | 0.79% | 0.85% | - |
HSV(B) | 2º | 0.24% | 0.97% | - |
XYZ | 65.53 | 59.76 | 55.09 | - |
YUV | 206.11 | 117.22 | 157.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 189 | 187 | 0 | 0.23 | 0.24 | 0.03 | 2 | 0.79 | 0.85 |
Hex | F7 | BD | BB | 0 | 17 | 18 | 3 | 2 | 4F | 55 |
Octal | 367 | 275 | 273 | 0 | 27 | 30 | 3 | 2 | 117 | 125 |
Binary | 11110111 | 10111101 | 10111011 | 0 | 10111 | 11000 | 11 | 10 | 1001111 | 1010101 |
Color Harmonies of #F7BDBB
Complementary color
Monochromatic Colors of #F7BDBB
Black with #F7BDBB
Text Example
Text Example
White with #F7BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDBB; }
p { color: rgb(247,189,187); }
H1.HeaderClassName
{
color: #F7BDBB;
}
.AnyTagClassName
{
color: #F7BDBB;
}
</style>
background-color css
<style>
a { background-color: #F7BDBB; }
a { background-color: rgb(247,189,187); }
div.DivClassName
{
background-color: #F7BDBB;
}
.BgClassName
{
background-color: #F7BDBB;
}
</style>
border-color css
<style>
span { border-color: #F7BDBB; }
span { border-color: rgb(247,189,187); }
td.TdClassName
{
border-color: #F7BDBB;
}
.TagClassName
{
border-color: #F7BDBB;
}
</style>