Shades of Light Pink #FBB6C4
Tints of Light Pink #FBB6C4
RGB
CMYK
RGB Variations
Color information
#FBB6C4 (or 0xFBB6C4) is known color: Light Pink. HEX triplet: FB, B6 and C4. RGB value is (251,182,196). Sum of RGB (Red+Green+Blue) = 251+182+196=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 182 (71.48% from 255 or 28.93% from 629); Blue value is 196 (76.95% from 255 or 31.16% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6C4 is #04493B. Grayscale: #CCCCCC. Windows color (decimal): -280892 or 12891899. OLE color: 12891899.
HSL color Cylindrical-coordinate representation of color #FBB6C4: hue angle of 347.83º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB6C4 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 196 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.02 |
| HSL | 347.83º | 0.9% | 0.85% | - |
| HSV(B) | 347.83º | 0.27% | 0.98% | - |
| XYZ | 66.48 | 57.95 | 59.91 | - |
| YUV | 204.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 196 | 0 | 0.27 | 0.22 | 0.02 | 347.83 | 0.9 | 0.85 |
| Hex | FB | B6 | C4 | 0 | 1B | 16 | 2 | 15C | 5A | 55 |
| Octal | 373 | 266 | 304 | 0 | 33 | 26 | 2 | 534 | 132 | 125 |
| Binary | 11111011 | 10110110 | 11000100 | 0 | 11011 | 10110 | 10 | 101011100 | 1011010 | 1010101 |
Color Harmonies of #FBB6C4
Complementary color
Monochromatic Colors of #FBB6C4
Black with #FBB6C4
Text Example
Text Example
White with #FBB6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB6C4; }
p { color: rgb(251,182,196); }
H1.HeaderClassName
{
color: #FBB6C4;
}
.AnyTagClassName
{
color: #FBB6C4;
}
</style>
background-color css
<style>
a { background-color: #FBB6C4; }
a { background-color: rgb(251,182,196); }
div.DivClassName
{
background-color: #FBB6C4;
}
.BgClassName
{
background-color: #FBB6C4;
}
</style>
border-color css
<style>
span { border-color: #FBB6C4; }
span { border-color: rgb(251,182,196); }
td.TdClassName
{
border-color: #FBB6C4;
}
.TagClassName
{
border-color: #FBB6C4;
}
</style>