Shades of Light Pink #FCB4B8
Tints of Light Pink #FCB4B8
RGB
CMYK
RGB Variations
Color information
#FCB4B8 (or 0xFCB4B8) is known color: Light Pink. HEX triplet: FC, B4 and B8. RGB value is (252,180,184). Sum of RGB (Red+Green+Blue) = 252+180+184=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 180 (70.70% from 255 or 29.22% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4B8 is #034B47. Grayscale: #CACACA. Windows color (decimal): -215880 or 12104956. OLE color: 12104956.
HSL color Cylindrical-coordinate representation of color #FCB4B8: hue angle of 356.67º 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 #FCB4B8 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 184 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.01 |
| HSL | 356.67º | 0.92% | 0.85% | - |
| HSV(B) | 356.67º | 0.29% | 0.99% | - |
| XYZ | 65.12 | 56.8 | 52.88 | - |
| YUV | 201.98 | 117.85 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 184 | 0 | 0.29 | 0.27 | 0.01 | 356.67 | 0.92 | 0.85 |
| Hex | FC | B4 | B8 | 0 | 1D | 1B | 1 | 165 | 5C | 55 |
| Octal | 374 | 264 | 270 | 0 | 35 | 33 | 1 | 545 | 134 | 125 |
| Binary | 11111100 | 10110100 | 10111000 | 0 | 11101 | 11011 | 1 | 101100101 | 1011100 | 1010101 |
Color Harmonies of #FCB4B8
Complementary color
Monochromatic Colors of #FCB4B8
Black with #FCB4B8
Text Example
Text Example
White with #FCB4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB4B8; }
p { color: rgb(252,180,184); }
H1.HeaderClassName
{
color: #FCB4B8;
}
.AnyTagClassName
{
color: #FCB4B8;
}
</style>
background-color css
<style>
a { background-color: #FCB4B8; }
a { background-color: rgb(252,180,184); }
div.DivClassName
{
background-color: #FCB4B8;
}
.BgClassName
{
background-color: #FCB4B8;
}
</style>
border-color css
<style>
span { border-color: #FCB4B8; }
span { border-color: rgb(252,180,184); }
td.TdClassName
{
border-color: #FCB4B8;
}
.TagClassName
{
border-color: #FCB4B8;
}
</style>