Shades of Light Pink #FBB4C2
Tints of Light Pink #FBB4C2
RGB
CMYK
RGB Variations
Color information
#FBB4C2 (or 0xFBB4C2) is known color: Light Pink. HEX triplet: FB, B4 and C2. RGB value is (251,180,194). Sum of RGB (Red+Green+Blue) = 251+180+194=625 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.16% from 625); Green value is 180 (70.70% from 255 or 28.8% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4C2 is #044B3D. Grayscale: #CACACA. Windows color (decimal): -281406 or 12760315. OLE color: 12760315.
HSL color Cylindrical-coordinate representation of color #FBB4C2: hue angle of 348.17º 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 #FBB4C2 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 194 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.02 |
| HSL | 348.17º | 0.9% | 0.85% | - |
| HSV(B) | 348.17º | 0.28% | 0.98% | - |
| XYZ | 65.84 | 57.05 | 58.58 | - |
| YUV | 202.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 194 | 0 | 0.28 | 0.23 | 0.02 | 348.17 | 0.9 | 0.85 |
| Hex | FB | B4 | C2 | 0 | 1C | 17 | 2 | 15C | 5A | 55 |
| Octal | 373 | 264 | 302 | 0 | 34 | 27 | 2 | 534 | 132 | 125 |
| Binary | 11111011 | 10110100 | 11000010 | 0 | 11100 | 10111 | 10 | 101011100 | 1011010 | 1010101 |
Color Harmonies of #FBB4C2
Complementary color
Monochromatic Colors of #FBB4C2
Black with #FBB4C2
Text Example
Text Example
White with #FBB4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4C2; }
p { color: rgb(251,180,194); }
H1.HeaderClassName
{
color: #FBB4C2;
}
.AnyTagClassName
{
color: #FBB4C2;
}
</style>
background-color css
<style>
a { background-color: #FBB4C2; }
a { background-color: rgb(251,180,194); }
div.DivClassName
{
background-color: #FBB4C2;
}
.BgClassName
{
background-color: #FBB4C2;
}
</style>
border-color css
<style>
span { border-color: #FBB4C2; }
span { border-color: rgb(251,180,194); }
td.TdClassName
{
border-color: #FBB4C2;
}
.TagClassName
{
border-color: #FBB4C2;
}
</style>