Shades of Light Pink #FCADB2
Tints of Light Pink #FCADB2
RGB
CMYK
RGB Variations
Color information
#FCADB2 (or 0xFCADB2) is known color: Light Pink. HEX triplet: FC, AD and B2. RGB value is (252,173,178). Sum of RGB (Red+Green+Blue) = 252+173+178=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCADB2 is #03524D. Grayscale: #C5C5C5. Windows color (decimal): -217678 or 11709948. OLE color: 11709948.
HSL color Cylindrical-coordinate representation of color #FCADB2: hue angle of 356.2º 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 #FCADB2 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 173 | 178 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.01 |
| HSL | 356.2º | 0.93% | 0.83% | - |
| HSV(B) | 356.2º | 0.31% | 0.99% | - |
| XYZ | 63.12 | 53.8 | 49.18 | - |
| YUV | 197.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 173 | 178 | 0 | 0.31 | 0.29 | 0.01 | 356.2 | 0.93 | 0.83 |
| Hex | FC | AD | B2 | 0 | 1F | 1D | 1 | 164 | 5D | 53 |
| Octal | 374 | 255 | 262 | 0 | 37 | 35 | 1 | 544 | 135 | 123 |
| Binary | 11111100 | 10101101 | 10110010 | 0 | 11111 | 11101 | 1 | 101100100 | 1011101 | 1010011 |
Color Harmonies of #FCADB2
Complementary color
Monochromatic Colors of #FCADB2
Black with #FCADB2
Text Example
Text Example
White with #FCADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCADB2; }
p { color: rgb(252,173,178); }
H1.HeaderClassName
{
color: #FCADB2;
}
.AnyTagClassName
{
color: #FCADB2;
}
</style>
background-color css
<style>
a { background-color: #FCADB2; }
a { background-color: rgb(252,173,178); }
div.DivClassName
{
background-color: #FCADB2;
}
.BgClassName
{
background-color: #FCADB2;
}
</style>
border-color css
<style>
span { border-color: #FCADB2; }
span { border-color: rgb(252,173,178); }
td.TdClassName
{
border-color: #FCADB2;
}
.TagClassName
{
border-color: #FCADB2;
}
</style>