Shades of Light Pink #FCADB6
Tints of Light Pink #FCADB6
RGB
CMYK
RGB Variations
Color information
#FCADB6 (or 0xFCADB6) is known color: Light Pink. HEX triplet: FC, AD and B6. RGB value is (252,173,182). Sum of RGB (Red+Green+Blue) = 252+173+182=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADB6 is #035249. Grayscale: #C5C5C5. Windows color (decimal): -217674 or 11972092. OLE color: 11972092.
HSL color Cylindrical-coordinate representation of color #FCADB6: hue angle of 353.16º 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 #FCADB6 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 182 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.01 |
| HSL | 353.16º | 0.93% | 0.83% | - |
| HSV(B) | 353.16º | 0.31% | 0.99% | - |
| XYZ | 63.53 | 53.96 | 51.32 | - |
| YUV | 197.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 182 | 0 | 0.31 | 0.28 | 0.01 | 353.16 | 0.93 | 0.83 |
| Hex | FC | AD | B6 | 0 | 1F | 1C | 1 | 161 | 5D | 53 |
| Octal | 374 | 255 | 266 | 0 | 37 | 34 | 1 | 541 | 135 | 123 |
| Binary | 11111100 | 10101101 | 10110110 | 0 | 11111 | 11100 | 1 | 101100001 | 1011101 | 1010011 |
Color Harmonies of #FCADB6
Complementary color
Monochromatic Colors of #FCADB6
Black with #FCADB6
Text Example
Text Example
White with #FCADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADB6; }
p { color: rgb(252,173,182); }
H1.HeaderClassName
{
color: #FCADB6;
}
.AnyTagClassName
{
color: #FCADB6;
}
</style>
background-color css
<style>
a { background-color: #FCADB6; }
a { background-color: rgb(252,173,182); }
div.DivClassName
{
background-color: #FCADB6;
}
.BgClassName
{
background-color: #FCADB6;
}
</style>
border-color css
<style>
span { border-color: #FCADB6; }
span { border-color: rgb(252,173,182); }
td.TdClassName
{
border-color: #FCADB6;
}
.TagClassName
{
border-color: #FCADB6;
}
</style>