Shades of Pink #FBC1CF
Tints of Pink #FBC1CF
RGB
CMYK
RGB Variations
Color information
#FBC1CF (or 0xFBC1CF) is known color: Pink. HEX triplet: FB, C1 and CF. RGB value is (251,193,207). Sum of RGB (Red+Green+Blue) = 251+193+207=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 193 (75.78% from 255 or 29.65% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1CF is #043E30. Grayscale: #D3D3D3. Windows color (decimal): -278065 or 13615611. OLE color: 13615611.
HSL color Cylindrical-coordinate representation of color #FBC1CF: hue angle of 345.52º 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 #FBC1CF is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 207 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.02 |
| HSL | 345.52º | 0.88% | 0.87% | - |
| HSV(B) | 345.52º | 0.23% | 0.98% | - |
| XYZ | 70.12 | 63.15 | 67.53 | - |
| YUV | 211.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 207 | 0 | 0.23 | 0.18 | 0.02 | 345.52 | 0.88 | 0.87 |
| Hex | FB | C1 | CF | 0 | 17 | 12 | 2 | 15A | 58 | 57 |
| Octal | 373 | 301 | 317 | 0 | 27 | 22 | 2 | 532 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11001111 | 0 | 10111 | 10010 | 10 | 101011010 | 1011000 | 1010111 |
Color Harmonies of #FBC1CF
Complementary color
Monochromatic Colors of #FBC1CF
Black with #FBC1CF
Text Example
Text Example
White with #FBC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1CF; }
p { color: rgb(251,193,207); }
H1.HeaderClassName
{
color: #FBC1CF;
}
.AnyTagClassName
{
color: #FBC1CF;
}
</style>
background-color css
<style>
a { background-color: #FBC1CF; }
a { background-color: rgb(251,193,207); }
div.DivClassName
{
background-color: #FBC1CF;
}
.BgClassName
{
background-color: #FBC1CF;
}
</style>
border-color css
<style>
span { border-color: #FBC1CF; }
span { border-color: rgb(251,193,207); }
td.TdClassName
{
border-color: #FBC1CF;
}
.TagClassName
{
border-color: #FBC1CF;
}
</style>