Shades of Pink #FBBBCA
Tints of Pink #FBBBCA
RGB
CMYK
RGB Variations
Color information
#FBBBCA (or 0xFBBBCA) is known color: Pink. HEX triplet: FB, BB and CA. RGB value is (251,187,202). Sum of RGB (Red+Green+Blue) = 251+187+202=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBBCA is #044435. Grayscale: #CFCFCF. Windows color (decimal): -279606 or 13286395. OLE color: 13286395.
HSL color Cylindrical-coordinate representation of color #FBBBCA: hue angle of 345.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBBCA is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 202 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.02 |
| HSL | 345.94º | 0.89% | 0.86% | - |
| HSV(B) | 345.94º | 0.25% | 0.98% | - |
| XYZ | 68.21 | 60.31 | 63.92 | - |
| YUV | 207.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 202 | 0 | 0.25 | 0.20 | 0.02 | 345.94 | 0.89 | 0.86 |
| Hex | FB | BB | CA | 0 | 19 | 14 | 2 | 15A | 59 | 56 |
| Octal | 373 | 273 | 312 | 0 | 31 | 24 | 2 | 532 | 131 | 126 |
| Binary | 11111011 | 10111011 | 11001010 | 0 | 11001 | 10100 | 10 | 101011010 | 1011001 | 1010110 |
Color Harmonies of #FBBBCA
Complementary color
Monochromatic Colors of #FBBBCA
Black with #FBBBCA
Text Example
Text Example
White with #FBBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBBCA; }
p { color: rgb(251,187,202); }
H1.HeaderClassName
{
color: #FBBBCA;
}
.AnyTagClassName
{
color: #FBBBCA;
}
</style>
background-color css
<style>
a { background-color: #FBBBCA; }
a { background-color: rgb(251,187,202); }
div.DivClassName
{
background-color: #FBBBCA;
}
.BgClassName
{
background-color: #FBBBCA;
}
</style>
border-color css
<style>
span { border-color: #FBBBCA; }
span { border-color: rgb(251,187,202); }
td.TdClassName
{
border-color: #FBBBCA;
}
.TagClassName
{
border-color: #FBBBCA;
}
</style>