Shades of Pink #FBC1D0
Tints of Pink #FBC1D0
RGB
CMYK
RGB Variations
Color information
#FBC1D0 (or 0xFBC1D0) is known color: Pink. HEX triplet: FB, C1 and D0. RGB value is (251,193,208). Sum of RGB (Red+Green+Blue) = 251+193+208=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 193 (75.78% from 255 or 29.60% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1D0 is #043E2F. Grayscale: #D4D4D4. Windows color (decimal): -278064 or 13681147. OLE color: 13681147.
HSL color Cylindrical-coordinate representation of color #FBC1D0: hue angle of 344.48º 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 #FBC1D0 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 208 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.02 |
| HSL | 344.48º | 0.88% | 0.87% | - |
| HSV(B) | 344.48º | 0.23% | 0.98% | - |
| XYZ | 70.24 | 63.2 | 68.17 | - |
| YUV | 212.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 208 | 0 | 0.23 | 0.17 | 0.02 | 344.48 | 0.88 | 0.87 |
| Hex | FB | C1 | D0 | 0 | 17 | 11 | 2 | 158 | 58 | 57 |
| Octal | 373 | 301 | 320 | 0 | 27 | 21 | 2 | 530 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11010000 | 0 | 10111 | 10001 | 10 | 101011000 | 1011000 | 1010111 |
Color Harmonies of #FBC1D0
Complementary color
Monochromatic Colors of #FBC1D0
Black with #FBC1D0
Text Example
Text Example
White with #FBC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1D0; }
p { color: rgb(251,193,208); }
H1.HeaderClassName
{
color: #FBC1D0;
}
.AnyTagClassName
{
color: #FBC1D0;
}
</style>
background-color css
<style>
a { background-color: #FBC1D0; }
a { background-color: rgb(251,193,208); }
div.DivClassName
{
background-color: #FBC1D0;
}
.BgClassName
{
background-color: #FBC1D0;
}
</style>
border-color css
<style>
span { border-color: #FBC1D0; }
span { border-color: rgb(251,193,208); }
td.TdClassName
{
border-color: #FBC1D0;
}
.TagClassName
{
border-color: #FBC1D0;
}
</style>