Shades of Light Pink #FDABBC
Tints of Light Pink #FDABBC
RGB
CMYK
RGB Variations
Color information
#FDABBC (or 0xFDABBC) is known color: Light Pink. HEX triplet: FD, AB and BC. RGB value is (253,171,188). Sum of RGB (Red+Green+Blue) = 253+171+188=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABBC is #025443. Grayscale: #C5C5C5. Windows color (decimal): -152644 or 12364797. OLE color: 12364797.
HSL color Cylindrical-coordinate representation of color #FDABBC: hue angle of 347.56º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABBC is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 188 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.01 |
| HSL | 347.56º | 0.95% | 0.83% | - |
| HSV(B) | 347.56º | 0.32% | 0.99% | - |
| XYZ | 64.15 | 53.64 | 54.55 | - |
| YUV | 197.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 188 | 0 | 0.32 | 0.26 | 0.01 | 347.56 | 0.95 | 0.83 |
| Hex | FD | AB | BC | 0 | 20 | 1A | 1 | 15C | 5F | 53 |
| Octal | 375 | 253 | 274 | 0 | 40 | 32 | 1 | 534 | 137 | 123 |
| Binary | 11111101 | 10101011 | 10111100 | 0 | 100000 | 11010 | 1 | 101011100 | 1011111 | 1010011 |
Color Harmonies of #FDABBC
Complementary color
Monochromatic Colors of #FDABBC
Black with #FDABBC
Text Example
Text Example
White with #FDABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABBC; }
p { color: rgb(253,171,188); }
H1.HeaderClassName
{
color: #FDABBC;
}
.AnyTagClassName
{
color: #FDABBC;
}
</style>
background-color css
<style>
a { background-color: #FDABBC; }
a { background-color: rgb(253,171,188); }
div.DivClassName
{
background-color: #FDABBC;
}
.BgClassName
{
background-color: #FDABBC;
}
</style>
border-color css
<style>
span { border-color: #FDABBC; }
span { border-color: rgb(253,171,188); }
td.TdClassName
{
border-color: #FDABBC;
}
.TagClassName
{
border-color: #FDABBC;
}
</style>