Shades of Light Pink #F9BBC5
Tints of Light Pink #F9BBC5
RGB
CMYK
RGB Variations
Color information
#F9BBC5 (or 0xF9BBC5) is known color: Light Pink. HEX triplet: F9, BB and C5. RGB value is (249,187,197). Sum of RGB (Red+Green+Blue) = 249+187+197=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9BBC5 is #06443A. Grayscale: #CECECE. Windows color (decimal): -410683 or 12958713. OLE color: 12958713.
HSL color Cylindrical-coordinate representation of color #F9BBC5: hue angle of 350.32º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9BBC5 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 187 | 197 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.02 |
| HSL | 350.32º | 0.84% | 0.85% | - |
| HSV(B) | 350.32º | 0.25% | 0.98% | - |
| XYZ | 66.92 | 59.71 | 60.82 | - |
| YUV | 206.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 187 | 197 | 0 | 0.25 | 0.21 | 0.02 | 350.32 | 0.84 | 0.85 |
| Hex | F9 | BB | C5 | 0 | 19 | 15 | 2 | 15E | 54 | 55 |
| Octal | 371 | 273 | 305 | 0 | 31 | 25 | 2 | 536 | 124 | 125 |
| Binary | 11111001 | 10111011 | 11000101 | 0 | 11001 | 10101 | 10 | 101011110 | 1010100 | 1010101 |
Color Harmonies of #F9BBC5
Complementary color
Monochromatic Colors of #F9BBC5
Black with #F9BBC5
Text Example
Text Example
White with #F9BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BBC5; }
p { color: rgb(249,187,197); }
H1.HeaderClassName
{
color: #F9BBC5;
}
.AnyTagClassName
{
color: #F9BBC5;
}
</style>
background-color css
<style>
a { background-color: #F9BBC5; }
a { background-color: rgb(249,187,197); }
div.DivClassName
{
background-color: #F9BBC5;
}
.BgClassName
{
background-color: #F9BBC5;
}
</style>
border-color css
<style>
span { border-color: #F9BBC5; }
span { border-color: rgb(249,187,197); }
td.TdClassName
{
border-color: #F9BBC5;
}
.TagClassName
{
border-color: #F9BBC5;
}
</style>