Shades of Pink #FBC1D1
Tints of Pink #FBC1D1
RGB
CMYK
RGB Variations
Color information
#FBC1D1 (or 0xFBC1D1) is known color: Pink. HEX triplet: FB, C1 and D1. RGB value is (251,193,209). Sum of RGB (Red+Green+Blue) = 251+193+209=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1D1 is #043E2E. Grayscale: #D4D4D4. Windows color (decimal): -278063 or 13746683. OLE color: 13746683.
HSL color Cylindrical-coordinate representation of color #FBC1D1: hue angle of 343.45º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1D1 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 209 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.02 |
| HSL | 343.45º | 0.88% | 0.87% | - |
| HSV(B) | 343.45º | 0.23% | 0.98% | - |
| XYZ | 70.36 | 63.25 | 68.82 | - |
| YUV | 212.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 209 | 0 | 0.23 | 0.17 | 0.02 | 343.45 | 0.88 | 0.87 |
| Hex | FB | C1 | D1 | 0 | 17 | 11 | 2 | 157 | 58 | 57 |
| Octal | 373 | 301 | 321 | 0 | 27 | 21 | 2 | 527 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11010001 | 0 | 10111 | 10001 | 10 | 101010111 | 1011000 | 1010111 |
Color Harmonies of #FBC1D1
Complementary color
Monochromatic Colors of #FBC1D1
Black with #FBC1D1
Text Example
Text Example
White with #FBC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1D1; }
p { color: rgb(251,193,209); }
H1.HeaderClassName
{
color: #FBC1D1;
}
.AnyTagClassName
{
color: #FBC1D1;
}
</style>
background-color css
<style>
a { background-color: #FBC1D1; }
a { background-color: rgb(251,193,209); }
div.DivClassName
{
background-color: #FBC1D1;
}
.BgClassName
{
background-color: #FBC1D1;
}
</style>
border-color css
<style>
span { border-color: #FBC1D1; }
span { border-color: rgb(251,193,209); }
td.TdClassName
{
border-color: #FBC1D1;
}
.TagClassName
{
border-color: #FBC1D1;
}
</style>