Shades of Pink #FBBDCA
Tints of Pink #FBBDCA
RGB
CMYK
RGB Variations
Color information
#FBBDCA (or 0xFBBDCA) is known color: Pink. HEX triplet: FB, BD and CA. RGB value is (251,189,202). Sum of RGB (Red+Green+Blue) = 251+189+202=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDCA is #044235. Grayscale: #D1D1D1. Windows color (decimal): -279094 or 13286907. OLE color: 13286907.
HSL color Cylindrical-coordinate representation of color #FBBDCA: hue angle of 347.42º 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 #FBBDCA is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 202 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.02 |
| HSL | 347.42º | 0.89% | 0.86% | - |
| HSV(B) | 347.42º | 0.25% | 0.98% | - |
| XYZ | 68.64 | 61.17 | 64.07 | - |
| YUV | 209.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 202 | 0 | 0.25 | 0.20 | 0.02 | 347.42 | 0.89 | 0.86 |
| Hex | FB | BD | CA | 0 | 19 | 14 | 2 | 15B | 59 | 56 |
| Octal | 373 | 275 | 312 | 0 | 31 | 24 | 2 | 533 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11001010 | 0 | 11001 | 10100 | 10 | 101011011 | 1011001 | 1010110 |
Color Harmonies of #FBBDCA
Complementary color
Monochromatic Colors of #FBBDCA
Black with #FBBDCA
Text Example
Text Example
White with #FBBDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDCA; }
p { color: rgb(251,189,202); }
H1.HeaderClassName
{
color: #FBBDCA;
}
.AnyTagClassName
{
color: #FBBDCA;
}
</style>
background-color css
<style>
a { background-color: #FBBDCA; }
a { background-color: rgb(251,189,202); }
div.DivClassName
{
background-color: #FBBDCA;
}
.BgClassName
{
background-color: #FBBDCA;
}
</style>
border-color css
<style>
span { border-color: #FBBDCA; }
span { border-color: rgb(251,189,202); }
td.TdClassName
{
border-color: #FBBDCA;
}
.TagClassName
{
border-color: #FBBDCA;
}
</style>