Shades of Light Pink #FBB9C6
Tints of Light Pink #FBB9C6
RGB
CMYK
RGB Variations
Color information
#FBB9C6 (or 0xFBB9C6) is known color: Light Pink. HEX triplet: FB, B9 and C6. RGB value is (251,185,198). Sum of RGB (Red+Green+Blue) = 251+185+198=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 198 (77.73% from 255 or 31.23% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB9C6 is #044639. Grayscale: #CECECE. Windows color (decimal): -280122 or 13023739. OLE color: 13023739.
HSL color Cylindrical-coordinate representation of color #FBB9C6: hue angle of 348.18º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBB9C6 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 185 | 198 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.02 |
| HSL | 348.18º | 0.89% | 0.85% | - |
| HSV(B) | 348.18º | 0.26% | 0.98% | - |
| XYZ | 67.33 | 59.28 | 61.32 | - |
| YUV | 206.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 185 | 198 | 0 | 0.26 | 0.21 | 0.02 | 348.18 | 0.89 | 0.85 |
| Hex | FB | B9 | C6 | 0 | 1A | 15 | 2 | 15C | 59 | 55 |
| Octal | 373 | 271 | 306 | 0 | 32 | 25 | 2 | 534 | 131 | 125 |
| Binary | 11111011 | 10111001 | 11000110 | 0 | 11010 | 10101 | 10 | 101011100 | 1011001 | 1010101 |
Color Harmonies of #FBB9C6
Complementary color
Monochromatic Colors of #FBB9C6
Black with #FBB9C6
Text Example
Text Example
White with #FBB9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB9C6; }
p { color: rgb(251,185,198); }
H1.HeaderClassName
{
color: #FBB9C6;
}
.AnyTagClassName
{
color: #FBB9C6;
}
</style>
background-color css
<style>
a { background-color: #FBB9C6; }
a { background-color: rgb(251,185,198); }
div.DivClassName
{
background-color: #FBB9C6;
}
.BgClassName
{
background-color: #FBB9C6;
}
</style>
border-color css
<style>
span { border-color: #FBB9C6; }
span { border-color: rgb(251,185,198); }
td.TdClassName
{
border-color: #FBB9C6;
}
.TagClassName
{
border-color: #FBB9C6;
}
</style>