Shades of Pink #FBC6CF
Tints of Pink #FBC6CF
RGB
CMYK
RGB Variations
Color information
#FBC6CF (or 0xFBC6CF) is known color: Pink. HEX triplet: FB, C6 and CF. RGB value is (251,198,207). Sum of RGB (Red+Green+Blue) = 251+198+207=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 198 (77.73% from 255 or 30.18% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6CF is #043930. Grayscale: #D6D6D6. Windows color (decimal): -276785 or 13616891. OLE color: 13616891.
HSL color Cylindrical-coordinate representation of color #FBC6CF: hue angle of 349.81º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC6CF is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 207 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.02 |
| HSL | 349.81º | 0.87% | 0.88% | - |
| HSV(B) | 349.81º | 0.21% | 0.98% | - |
| XYZ | 71.24 | 65.4 | 67.9 | - |
| YUV | 214.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 207 | 0 | 0.21 | 0.18 | 0.02 | 349.81 | 0.87 | 0.88 |
| Hex | FB | C6 | CF | 0 | 15 | 12 | 2 | 15E | 57 | 58 |
| Octal | 373 | 306 | 317 | 0 | 25 | 22 | 2 | 536 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11001111 | 0 | 10101 | 10010 | 10 | 101011110 | 1010111 | 1011000 |
Color Harmonies of #FBC6CF
Complementary color
Monochromatic Colors of #FBC6CF
Black with #FBC6CF
Text Example
Text Example
White with #FBC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6CF; }
p { color: rgb(251,198,207); }
H1.HeaderClassName
{
color: #FBC6CF;
}
.AnyTagClassName
{
color: #FBC6CF;
}
</style>
background-color css
<style>
a { background-color: #FBC6CF; }
a { background-color: rgb(251,198,207); }
div.DivClassName
{
background-color: #FBC6CF;
}
.BgClassName
{
background-color: #FBC6CF;
}
</style>
border-color css
<style>
span { border-color: #FBC6CF; }
span { border-color: rgb(251,198,207); }
td.TdClassName
{
border-color: #FBC6CF;
}
.TagClassName
{
border-color: #FBC6CF;
}
</style>