Shades of Pink #FBC6D0
Tints of Pink #FBC6D0
RGB
CMYK
RGB Variations
Color information
#FBC6D0 (or 0xFBC6D0) is known color: Pink. HEX triplet: FB, C6 and D0. RGB value is (251,198,208). Sum of RGB (Red+Green+Blue) = 251+198+208=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 198 (77.73% from 255 or 30.14% from 657); Blue value is 208 (81.64% from 255 or 31.66% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6D0 is #04392F. Grayscale: #D7D7D7. Windows color (decimal): -276784 or 13682427. OLE color: 13682427.
HSL color Cylindrical-coordinate representation of color #FBC6D0: hue angle of 348.68º 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 #FBC6D0 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 208 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.02 |
| HSL | 348.68º | 0.87% | 0.88% | - |
| HSV(B) | 348.68º | 0.21% | 0.98% | - |
| XYZ | 71.36 | 65.45 | 68.55 | - |
| YUV | 214.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 208 | 0 | 0.21 | 0.17 | 0.02 | 348.68 | 0.87 | 0.88 |
| Hex | FB | C6 | D0 | 0 | 15 | 11 | 2 | 15D | 57 | 58 |
| Octal | 373 | 306 | 320 | 0 | 25 | 21 | 2 | 535 | 127 | 130 |
| Binary | 11111011 | 11000110 | 11010000 | 0 | 10101 | 10001 | 10 | 101011101 | 1010111 | 1011000 |
Color Harmonies of #FBC6D0
Complementary color
Monochromatic Colors of #FBC6D0
Black with #FBC6D0
Text Example
Text Example
White with #FBC6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC6D0; }
p { color: rgb(251,198,208); }
H1.HeaderClassName
{
color: #FBC6D0;
}
.AnyTagClassName
{
color: #FBC6D0;
}
</style>
background-color css
<style>
a { background-color: #FBC6D0; }
a { background-color: rgb(251,198,208); }
div.DivClassName
{
background-color: #FBC6D0;
}
.BgClassName
{
background-color: #FBC6D0;
}
</style>
border-color css
<style>
span { border-color: #FBC6D0; }
span { border-color: rgb(251,198,208); }
td.TdClassName
{
border-color: #FBC6D0;
}
.TagClassName
{
border-color: #FBC6D0;
}
</style>