Shades of Light Pink #FCAAAD
Tints of Light Pink #FCAAAD
RGB
CMYK
RGB Variations
Color information
#FCAAAD (or 0xFCAAAD) is known color: Light Pink. HEX triplet: FC, AA and AD. RGB value is (252,170,173). Sum of RGB (Red+Green+Blue) = 252+170+173=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAAAD is #035552. Grayscale: #C2C2C2. Windows color (decimal): -218451 or 11381500. OLE color: 11381500.
HSL color Cylindrical-coordinate representation of color #FCAAAD: hue angle of 357.8º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAAD is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 173 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.01 |
| HSL | 357.8º | 0.93% | 0.83% | - |
| HSV(B) | 357.8º | 0.33% | 0.99% | - |
| XYZ | 62.06 | 52.46 | 46.39 | - |
| YUV | 194.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 173 | 0 | 0.33 | 0.31 | 0.01 | 357.8 | 0.93 | 0.83 |
| Hex | FC | AA | AD | 0 | 21 | 1F | 1 | 166 | 5D | 53 |
| Octal | 374 | 252 | 255 | 0 | 41 | 37 | 1 | 546 | 135 | 123 |
| Binary | 11111100 | 10101010 | 10101101 | 0 | 100001 | 11111 | 1 | 101100110 | 1011101 | 1010011 |
Color Harmonies of #FCAAAD
Complementary color
Monochromatic Colors of #FCAAAD
Black with #FCAAAD
Text Example
Text Example
White with #FCAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAAD; }
p { color: rgb(252,170,173); }
H1.HeaderClassName
{
color: #FCAAAD;
}
.AnyTagClassName
{
color: #FCAAAD;
}
</style>
background-color css
<style>
a { background-color: #FCAAAD; }
a { background-color: rgb(252,170,173); }
div.DivClassName
{
background-color: #FCAAAD;
}
.BgClassName
{
background-color: #FCAAAD;
}
</style>
border-color css
<style>
span { border-color: #FCAAAD; }
span { border-color: rgb(252,170,173); }
td.TdClassName
{
border-color: #FCAAAD;
}
.TagClassName
{
border-color: #FCAAAD;
}
</style>