Shades of Light Pink #FCABAD
Tints of Light Pink #FCABAD
RGB
CMYK
RGB Variations
Color information
#FCABAD (or 0xFCABAD) is known color: Light Pink. HEX triplet: FC, AB and AD. RGB value is (252,171,173). Sum of RGB (Red+Green+Blue) = 252+171+173=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABAD is #035452. Grayscale: #C3C3C3. Windows color (decimal): -218195 or 11381756. OLE color: 11381756.
HSL color Cylindrical-coordinate representation of color #FCABAD: hue angle of 358.52º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABAD is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 173 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.01 |
| HSL | 358.52º | 0.93% | 0.83% | - |
| HSV(B) | 358.52º | 0.32% | 0.99% | - |
| XYZ | 62.25 | 52.84 | 46.45 | - |
| YUV | 195.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 173 | 0 | 0.32 | 0.31 | 0.01 | 358.52 | 0.93 | 0.83 |
| Hex | FC | AB | AD | 0 | 20 | 1F | 1 | 167 | 5D | 53 |
| Octal | 374 | 253 | 255 | 0 | 40 | 37 | 1 | 547 | 135 | 123 |
| Binary | 11111100 | 10101011 | 10101101 | 0 | 100000 | 11111 | 1 | 101100111 | 1011101 | 1010011 |
Color Harmonies of #FCABAD
Complementary color
Monochromatic Colors of #FCABAD
Black with #FCABAD
Text Example
Text Example
White with #FCABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABAD; }
p { color: rgb(252,171,173); }
H1.HeaderClassName
{
color: #FCABAD;
}
.AnyTagClassName
{
color: #FCABAD;
}
</style>
background-color css
<style>
a { background-color: #FCABAD; }
a { background-color: rgb(252,171,173); }
div.DivClassName
{
background-color: #FCABAD;
}
.BgClassName
{
background-color: #FCABAD;
}
</style>
border-color css
<style>
span { border-color: #FCABAD; }
span { border-color: rgb(252,171,173); }
td.TdClassName
{
border-color: #FCABAD;
}
.TagClassName
{
border-color: #FCABAD;
}
</style>