Shades of Light Pink #FDAABC
Tints of Light Pink #FDAABC
RGB
CMYK
RGB Variations
Color information
#FDAABC (or 0xFDAABC) is known color: Light Pink. HEX triplet: FD, AA and BC. RGB value is (253,170,188). Sum of RGB (Red+Green+Blue) = 253+170+188=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAABC is #025543. Grayscale: #C4C4C4. Windows color (decimal): -152900 or 12364541. OLE color: 12364541.
HSL color Cylindrical-coordinate representation of color #FDAABC: hue angle of 346.99º degrees, saturation: 0.95, 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 #FDAABC is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 188 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.01 |
| HSL | 346.99º | 0.95% | 0.83% | - |
| HSV(B) | 346.99º | 0.33% | 0.99% | - |
| XYZ | 63.96 | 53.26 | 54.49 | - |
| YUV | 196.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 188 | 0 | 0.33 | 0.26 | 0.01 | 346.99 | 0.95 | 0.83 |
| Hex | FD | AA | BC | 0 | 21 | 1A | 1 | 15B | 5F | 53 |
| Octal | 375 | 252 | 274 | 0 | 41 | 32 | 1 | 533 | 137 | 123 |
| Binary | 11111101 | 10101010 | 10111100 | 0 | 100001 | 11010 | 1 | 101011011 | 1011111 | 1010011 |
Color Harmonies of #FDAABC
Complementary color
Monochromatic Colors of #FDAABC
Black with #FDAABC
Text Example
Text Example
White with #FDAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAABC; }
p { color: rgb(253,170,188); }
H1.HeaderClassName
{
color: #FDAABC;
}
.AnyTagClassName
{
color: #FDAABC;
}
</style>
background-color css
<style>
a { background-color: #FDAABC; }
a { background-color: rgb(253,170,188); }
div.DivClassName
{
background-color: #FDAABC;
}
.BgClassName
{
background-color: #FDAABC;
}
</style>
border-color css
<style>
span { border-color: #FDAABC; }
span { border-color: rgb(253,170,188); }
td.TdClassName
{
border-color: #FDAABC;
}
.TagClassName
{
border-color: #FDAABC;
}
</style>