Shades of Light Pink #FBB2C2
Tints of Light Pink #FBB2C2
RGB
CMYK
RGB Variations
Color information
#FBB2C2 (or 0xFBB2C2) is known color: Light Pink. HEX triplet: FB, B2 and C2. RGB value is (251,178,194). Sum of RGB (Red+Green+Blue) = 251+178+194=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB2C2 is #044D3D. Grayscale: #C9C9C9. Windows color (decimal): -281918 or 12759803. OLE color: 12759803.
HSL color Cylindrical-coordinate representation of color #FBB2C2: hue angle of 346.85º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBB2C2 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 194 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.02 |
| HSL | 346.85º | 0.9% | 0.84% | - |
| HSV(B) | 346.85º | 0.29% | 0.98% | - |
| XYZ | 65.44 | 56.25 | 58.45 | - |
| YUV | 201.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 194 | 0 | 0.29 | 0.23 | 0.02 | 346.85 | 0.9 | 0.84 |
| Hex | FB | B2 | C2 | 0 | 1D | 17 | 2 | 15B | 5A | 54 |
| Octal | 373 | 262 | 302 | 0 | 35 | 27 | 2 | 533 | 132 | 124 |
| Binary | 11111011 | 10110010 | 11000010 | 0 | 11101 | 10111 | 10 | 101011011 | 1011010 | 1010100 |
Color Harmonies of #FBB2C2
Complementary color
Monochromatic Colors of #FBB2C2
Black with #FBB2C2
Text Example
Text Example
White with #FBB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2C2; }
p { color: rgb(251,178,194); }
H1.HeaderClassName
{
color: #FBB2C2;
}
.AnyTagClassName
{
color: #FBB2C2;
}
</style>
background-color css
<style>
a { background-color: #FBB2C2; }
a { background-color: rgb(251,178,194); }
div.DivClassName
{
background-color: #FBB2C2;
}
.BgClassName
{
background-color: #FBB2C2;
}
</style>
border-color css
<style>
span { border-color: #FBB2C2; }
span { border-color: rgb(251,178,194); }
td.TdClassName
{
border-color: #FBB2C2;
}
.TagClassName
{
border-color: #FBB2C2;
}
</style>