Shades of Pink #FBC4D0
Tints of Pink #FBC4D0
RGB
CMYK
RGB Variations
Color information
#FBC4D0 (or 0xFBC4D0) is known color: Pink. HEX triplet: FB, C4 and D0. RGB value is (251,196,208). Sum of RGB (Red+Green+Blue) = 251+196+208=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4D0 is #043B2F. Grayscale: #D5D5D5. Windows color (decimal): -277296 or 13681915. OLE color: 13681915.
HSL color Cylindrical-coordinate representation of color #FBC4D0: hue angle of 346.91º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC4D0 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 208 | - |
| CMYK | 0 | 0.22 | 0.17 | 0.02 |
| HSL | 346.91º | 0.87% | 0.88% | - |
| HSV(B) | 346.91º | 0.22% | 0.98% | - |
| XYZ | 70.91 | 64.54 | 68.4 | - |
| YUV | 213.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 208 | 0 | 0.22 | 0.17 | 0.02 | 346.91 | 0.87 | 0.88 |
| Hex | FB | C4 | D0 | 0 | 16 | 11 | 2 | 15B | 57 | 58 |
| Octal | 373 | 304 | 320 | 0 | 26 | 21 | 2 | 533 | 127 | 130 |
| Binary | 11111011 | 11000100 | 11010000 | 0 | 10110 | 10001 | 10 | 101011011 | 1010111 | 1011000 |
Color Harmonies of #FBC4D0
Complementary color
Monochromatic Colors of #FBC4D0
Black with #FBC4D0
Text Example
Text Example
White with #FBC4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4D0; }
p { color: rgb(251,196,208); }
H1.HeaderClassName
{
color: #FBC4D0;
}
.AnyTagClassName
{
color: #FBC4D0;
}
</style>
background-color css
<style>
a { background-color: #FBC4D0; }
a { background-color: rgb(251,196,208); }
div.DivClassName
{
background-color: #FBC4D0;
}
.BgClassName
{
background-color: #FBC4D0;
}
</style>
border-color css
<style>
span { border-color: #FBC4D0; }
span { border-color: rgb(251,196,208); }
td.TdClassName
{
border-color: #FBC4D0;
}
.TagClassName
{
border-color: #FBC4D0;
}
</style>