Shades of Pink #FBCBCF
Tints of Pink #FBCBCF
RGB
CMYK
RGB Variations
Color information
#FBCBCF (or 0xFBCBCF) is known color: Pink. HEX triplet: FB, CB and CF. RGB value is (251,203,207). Sum of RGB (Red+Green+Blue) = 251+203+207=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 203 (79.69% from 255 or 30.71% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBCF is #043430. Grayscale: #D9D9D9. Windows color (decimal): -275505 or 13618171. OLE color: 13618171.
HSL color Cylindrical-coordinate representation of color #FBCBCF: hue angle of 355º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCBCF is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 207 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.02 |
| HSL | 355º | 0.86% | 0.89% | - |
| HSV(B) | 355º | 0.19% | 0.98% | - |
| XYZ | 72.4 | 67.73 | 68.29 | - |
| YUV | 217.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 207 | 0 | 0.19 | 0.18 | 0.02 | 355 | 0.86 | 0.89 |
| Hex | FB | CB | CF | 0 | 13 | 12 | 2 | 163 | 56 | 59 |
| Octal | 373 | 313 | 317 | 0 | 23 | 22 | 2 | 543 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11001111 | 0 | 10011 | 10010 | 10 | 101100011 | 1010110 | 1011001 |
Color Harmonies of #FBCBCF
Complementary color
Monochromatic Colors of #FBCBCF
Black with #FBCBCF
Text Example
Text Example
White with #FBCBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBCF; }
p { color: rgb(251,203,207); }
H1.HeaderClassName
{
color: #FBCBCF;
}
.AnyTagClassName
{
color: #FBCBCF;
}
</style>
background-color css
<style>
a { background-color: #FBCBCF; }
a { background-color: rgb(251,203,207); }
div.DivClassName
{
background-color: #FBCBCF;
}
.BgClassName
{
background-color: #FBCBCF;
}
</style>
border-color css
<style>
span { border-color: #FBCBCF; }
span { border-color: rgb(251,203,207); }
td.TdClassName
{
border-color: #FBCBCF;
}
.TagClassName
{
border-color: #FBCBCF;
}
</style>