Shades of Light Pink #FCADBD
Tints of Light Pink #FCADBD
RGB
CMYK
RGB Variations
Color information
#FCADBD (or 0xFCADBD) is known color: Light Pink. HEX triplet: FC, AD and BD. RGB value is (252,173,189). Sum of RGB (Red+Green+Blue) = 252+173+189=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADBD is #035242. Grayscale: #C6C6C6. Windows color (decimal): -217667 or 12430844. OLE color: 12430844.
HSL color Cylindrical-coordinate representation of color #FCADBD: hue angle of 347.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCADBD is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 189 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.01 |
| HSL | 347.85º | 0.93% | 0.83% | - |
| HSV(B) | 347.85º | 0.31% | 0.99% | - |
| XYZ | 64.27 | 54.26 | 55.23 | - |
| YUV | 198.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 189 | 0 | 0.31 | 0.25 | 0.01 | 347.85 | 0.93 | 0.83 |
| Hex | FC | AD | BD | 0 | 1F | 19 | 1 | 15C | 5D | 53 |
| Octal | 374 | 255 | 275 | 0 | 37 | 31 | 1 | 534 | 135 | 123 |
| Binary | 11111100 | 10101101 | 10111101 | 0 | 11111 | 11001 | 1 | 101011100 | 1011101 | 1010011 |
Color Harmonies of #FCADBD
Complementary color
Monochromatic Colors of #FCADBD
Black with #FCADBD
Text Example
Text Example
White with #FCADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADBD; }
p { color: rgb(252,173,189); }
H1.HeaderClassName
{
color: #FCADBD;
}
.AnyTagClassName
{
color: #FCADBD;
}
</style>
background-color css
<style>
a { background-color: #FCADBD; }
a { background-color: rgb(252,173,189); }
div.DivClassName
{
background-color: #FCADBD;
}
.BgClassName
{
background-color: #FCADBD;
}
</style>
border-color css
<style>
span { border-color: #FCADBD; }
span { border-color: rgb(252,173,189); }
td.TdClassName
{
border-color: #FCADBD;
}
.TagClassName
{
border-color: #FCADBD;
}
</style>