Shades of Light Pink #FCB3B6
Tints of Light Pink #FCB3B6
RGB
CMYK
RGB Variations
Color information
#FCB3B6 (or 0xFCB3B6) is known color: Light Pink. HEX triplet: FC, B3 and B6. RGB value is (252,179,182). Sum of RGB (Red+Green+Blue) = 252+179+182=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3B6 is #034C49. Grayscale: #C9C9C9. Windows color (decimal): -216138 or 11973628. OLE color: 11973628.
HSL color Cylindrical-coordinate representation of color #FCB3B6: hue angle of 357.53º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3B6 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 179 | 182 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.01 |
| HSL | 357.53º | 0.92% | 0.85% | - |
| HSV(B) | 357.53º | 0.29% | 0.99% | - |
| XYZ | 64.71 | 56.31 | 51.71 | - |
| YUV | 201.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 179 | 182 | 0 | 0.29 | 0.28 | 0.01 | 357.53 | 0.92 | 0.85 |
| Hex | FC | B3 | B6 | 0 | 1D | 1C | 1 | 166 | 5C | 55 |
| Octal | 374 | 263 | 266 | 0 | 35 | 34 | 1 | 546 | 134 | 125 |
| Binary | 11111100 | 10110011 | 10110110 | 0 | 11101 | 11100 | 1 | 101100110 | 1011100 | 1010101 |
Color Harmonies of #FCB3B6
Complementary color
Monochromatic Colors of #FCB3B6
Black with #FCB3B6
Text Example
Text Example
White with #FCB3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB3B6; }
p { color: rgb(252,179,182); }
H1.HeaderClassName
{
color: #FCB3B6;
}
.AnyTagClassName
{
color: #FCB3B6;
}
</style>
background-color css
<style>
a { background-color: #FCB3B6; }
a { background-color: rgb(252,179,182); }
div.DivClassName
{
background-color: #FCB3B6;
}
.BgClassName
{
background-color: #FCB3B6;
}
</style>
border-color css
<style>
span { border-color: #FCB3B6; }
span { border-color: rgb(252,179,182); }
td.TdClassName
{
border-color: #FCB3B6;
}
.TagClassName
{
border-color: #FCB3B6;
}
</style>