Shades of Your Pink #FBC1B4
Tints of Your Pink #FBC1B4
RGB
CMYK
RGB Variations
Color information
#FBC1B4 (or 0xFBC1B4) is known color: Your Pink. HEX triplet: FB, C1 and B4. RGB value is (251,193,180). Sum of RGB (Red+Green+Blue) = 251+193+180=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 193 (75.78% from 255 or 30.93% from 624); Blue value is 180 (70.70% from 255 or 28.85% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1B4 is #043E4B. Grayscale: #D0D0D0. Windows color (decimal): -278092 or 11846139. OLE color: 11846139.
HSL color Cylindrical-coordinate representation of color #FBC1B4: hue angle of 10.99º 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 #FBC1B4 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 180 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.02 |
| HSL | 10.99º | 0.9% | 0.85% | - |
| HSV(B) | 10.99º | 0.28% | 0.98% | - |
| XYZ | 67.09 | 61.94 | 51.6 | - |
| YUV | 208.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 180 | 0 | 0.23 | 0.28 | 0.02 | 10.99 | 0.9 | 0.85 |
| Hex | FB | C1 | B4 | 0 | 17 | 1C | 2 | B | 5A | 55 |
| Octal | 373 | 301 | 264 | 0 | 27 | 34 | 2 | 13 | 132 | 125 |
| Binary | 11111011 | 11000001 | 10110100 | 0 | 10111 | 11100 | 10 | 1011 | 1011010 | 1010101 |
Color Harmonies of #FBC1B4
Complementary color
Monochromatic Colors of #FBC1B4
Black with #FBC1B4
Text Example
Text Example
White with #FBC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1B4; }
p { color: rgb(251,193,180); }
H1.HeaderClassName
{
color: #FBC1B4;
}
.AnyTagClassName
{
color: #FBC1B4;
}
</style>
background-color css
<style>
a { background-color: #FBC1B4; }
a { background-color: rgb(251,193,180); }
div.DivClassName
{
background-color: #FBC1B4;
}
.BgClassName
{
background-color: #FBC1B4;
}
</style>
border-color css
<style>
span { border-color: #FBC1B4; }
span { border-color: rgb(251,193,180); }
td.TdClassName
{
border-color: #FBC1B4;
}
.TagClassName
{
border-color: #FBC1B4;
}
</style>