Shades of Your Pink #FBC4B4
Tints of Your Pink #FBC4B4
RGB
CMYK
RGB Variations
Color information
#FBC4B4 (or 0xFBC4B4) is known color: Your Pink. HEX triplet: FB, C4 and B4. RGB value is (251,196,180). Sum of RGB (Red+Green+Blue) = 251+196+180=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 180 (70.70% from 255 or 28.71% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4B4 is #043B4B. Grayscale: #D2D2D2. Windows color (decimal): -277324 or 11846907. OLE color: 11846907.
HSL color Cylindrical-coordinate representation of color #FBC4B4: hue angle of 13.52º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBC4B4 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 180 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.02 |
| HSL | 13.52º | 0.9% | 0.85% | - |
| HSV(B) | 13.52º | 0.28% | 0.98% | - |
| XYZ | 67.76 | 63.28 | 51.82 | - |
| YUV | 210.62 | 110.72 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 180 | 0 | 0.22 | 0.28 | 0.02 | 13.52 | 0.9 | 0.85 |
| Hex | FB | C4 | B4 | 0 | 16 | 1C | 2 | E | 5A | 55 |
| Octal | 373 | 304 | 264 | 0 | 26 | 34 | 2 | 16 | 132 | 125 |
| Binary | 11111011 | 11000100 | 10110100 | 0 | 10110 | 11100 | 10 | 1110 | 1011010 | 1010101 |
Color Harmonies of #FBC4B4
Complementary color
Monochromatic Colors of #FBC4B4
Black with #FBC4B4
Text Example
Text Example
White with #FBC4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4B4; }
p { color: rgb(251,196,180); }
H1.HeaderClassName
{
color: #FBC4B4;
}
.AnyTagClassName
{
color: #FBC4B4;
}
</style>
background-color css
<style>
a { background-color: #FBC4B4; }
a { background-color: rgb(251,196,180); }
div.DivClassName
{
background-color: #FBC4B4;
}
.BgClassName
{
background-color: #FBC4B4;
}
</style>
border-color css
<style>
span { border-color: #FBC4B4; }
span { border-color: rgb(251,196,180); }
td.TdClassName
{
border-color: #FBC4B4;
}
.TagClassName
{
border-color: #FBC4B4;
}
</style>