Shades of Light Pink #FCADB8
Tints of Light Pink #FCADB8
RGB
CMYK
RGB Variations
Color information
#FCADB8 (or 0xFCADB8) is known color: Light Pink. HEX triplet: FC, AD and B8. RGB value is (252,173,184). Sum of RGB (Red+Green+Blue) = 252+173+184=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADB8 is #035247. Grayscale: #C5C5C5. Windows color (decimal): -217672 or 12103164. OLE color: 12103164.
HSL color Cylindrical-coordinate representation of color #FCADB8: hue angle of 351.65º 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 #FCADB8 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 184 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.01 |
| HSL | 351.65º | 0.93% | 0.83% | - |
| HSV(B) | 351.65º | 0.31% | 0.99% | - |
| XYZ | 63.74 | 54.04 | 52.42 | - |
| YUV | 197.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 184 | 0 | 0.31 | 0.27 | 0.01 | 351.65 | 0.93 | 0.83 |
| Hex | FC | AD | B8 | 0 | 1F | 1B | 1 | 160 | 5D | 53 |
| Octal | 374 | 255 | 270 | 0 | 37 | 33 | 1 | 540 | 135 | 123 |
| Binary | 11111100 | 10101101 | 10111000 | 0 | 11111 | 11011 | 1 | 101100000 | 1011101 | 1010011 |
Color Harmonies of #FCADB8
Complementary color
Monochromatic Colors of #FCADB8
Black with #FCADB8
Text Example
Text Example
White with #FCADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADB8; }
p { color: rgb(252,173,184); }
H1.HeaderClassName
{
color: #FCADB8;
}
.AnyTagClassName
{
color: #FCADB8;
}
</style>
background-color css
<style>
a { background-color: #FCADB8; }
a { background-color: rgb(252,173,184); }
div.DivClassName
{
background-color: #FCADB8;
}
.BgClassName
{
background-color: #FCADB8;
}
</style>
border-color css
<style>
span { border-color: #FCADB8; }
span { border-color: rgb(252,173,184); }
td.TdClassName
{
border-color: #FCADB8;
}
.TagClassName
{
border-color: #FCADB8;
}
</style>