Shades of Light Pink #FBB8C6
Tints of Light Pink #FBB8C6
RGB
CMYK
RGB Variations
Color information
#FBB8C6 (or 0xFBB8C6) is known color: Light Pink. HEX triplet: FB, B8 and C6. RGB value is (251,184,198). Sum of RGB (Red+Green+Blue) = 251+184+198=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB8C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB8C6 is #044739. Grayscale: #CDCDCD. Windows color (decimal): -280378 or 13023483. OLE color: 13023483.
HSL color Cylindrical-coordinate representation of color #FBB8C6: hue angle of 347.46º degrees, saturation: 0.89, 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 #FBB8C6 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 184 | 198 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.02 |
| HSL | 347.46º | 0.89% | 0.85% | - |
| HSV(B) | 347.46º | 0.27% | 0.98% | - |
| XYZ | 67.12 | 58.87 | 61.25 | - |
| YUV | 205.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 184 | 198 | 0 | 0.27 | 0.21 | 0.02 | 347.46 | 0.89 | 0.85 |
| Hex | FB | B8 | C6 | 0 | 1B | 15 | 2 | 15B | 59 | 55 |
| Octal | 373 | 270 | 306 | 0 | 33 | 25 | 2 | 533 | 131 | 125 |
| Binary | 11111011 | 10111000 | 11000110 | 0 | 11011 | 10101 | 10 | 101011011 | 1011001 | 1010101 |
Color Harmonies of #FBB8C6
Complementary color
Monochromatic Colors of #FBB8C6
Black with #FBB8C6
Text Example
Text Example
White with #FBB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB8C6; }
p { color: rgb(251,184,198); }
H1.HeaderClassName
{
color: #FBB8C6;
}
.AnyTagClassName
{
color: #FBB8C6;
}
</style>
background-color css
<style>
a { background-color: #FBB8C6; }
a { background-color: rgb(251,184,198); }
div.DivClassName
{
background-color: #FBB8C6;
}
.BgClassName
{
background-color: #FBB8C6;
}
</style>
border-color css
<style>
span { border-color: #FBB8C6; }
span { border-color: rgb(251,184,198); }
td.TdClassName
{
border-color: #FBB8C6;
}
.TagClassName
{
border-color: #FBB8C6;
}
</style>