Shades of Light Pink #FCADB7
Tints of Light Pink #FCADB7
RGB
CMYK
RGB Variations
Color information
#FCADB7 (or 0xFCADB7) is known color: Light Pink. HEX triplet: FC, AD and B7. RGB value is (252,173,183). Sum of RGB (Red+Green+Blue) = 252+173+183=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADB7 is #035248. Grayscale: #C5C5C5. Windows color (decimal): -217673 or 12037628. OLE color: 12037628.
HSL color Cylindrical-coordinate representation of color #FCADB7: hue angle of 352.41º 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 #FCADB7 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 183 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.01 |
| HSL | 352.41º | 0.93% | 0.83% | - |
| HSV(B) | 352.41º | 0.31% | 0.99% | - |
| XYZ | 63.64 | 54 | 51.87 | - |
| YUV | 197.76 | 119.67 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 183 | 0 | 0.31 | 0.27 | 0.01 | 352.41 | 0.93 | 0.83 |
| Hex | FC | AD | B7 | 0 | 1F | 1B | 1 | 160 | 5D | 53 |
| Octal | 374 | 255 | 267 | 0 | 37 | 33 | 1 | 540 | 135 | 123 |
| Binary | 11111100 | 10101101 | 10110111 | 0 | 11111 | 11011 | 1 | 101100000 | 1011101 | 1010011 |
Color Harmonies of #FCADB7
Complementary color
Monochromatic Colors of #FCADB7
Black with #FCADB7
Text Example
Text Example
White with #FCADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADB7; }
p { color: rgb(252,173,183); }
H1.HeaderClassName
{
color: #FCADB7;
}
.AnyTagClassName
{
color: #FCADB7;
}
</style>
background-color css
<style>
a { background-color: #FCADB7; }
a { background-color: rgb(252,173,183); }
div.DivClassName
{
background-color: #FCADB7;
}
.BgClassName
{
background-color: #FCADB7;
}
</style>
border-color css
<style>
span { border-color: #FCADB7; }
span { border-color: rgb(252,173,183); }
td.TdClassName
{
border-color: #FCADB7;
}
.TagClassName
{
border-color: #FCADB7;
}
</style>