Shades of Light Pink #FDACBD
Tints of Light Pink #FDACBD
RGB
CMYK
RGB Variations
Color information
#FDACBD (or 0xFDACBD) is known color: Light Pink. HEX triplet: FD, AC and BD. RGB value is (253,172,189). Sum of RGB (Red+Green+Blue) = 253+172+189=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACBD is #025342. Grayscale: #C6C6C6. Windows color (decimal): -152387 or 12430589. OLE color: 12430589.
HSL color Cylindrical-coordinate representation of color #FDACBD: hue angle of 347.41º 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 #FDACBD is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 189 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.01 |
| HSL | 347.41º | 0.95% | 0.83% | - |
| HSV(B) | 347.41º | 0.32% | 0.99% | - |
| XYZ | 64.45 | 54.06 | 55.18 | - |
| YUV | 198.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 189 | 0 | 0.32 | 0.25 | 0.01 | 347.41 | 0.95 | 0.83 |
| Hex | FD | AC | BD | 0 | 20 | 19 | 1 | 15B | 5F | 53 |
| Octal | 375 | 254 | 275 | 0 | 40 | 31 | 1 | 533 | 137 | 123 |
| Binary | 11111101 | 10101100 | 10111101 | 0 | 100000 | 11001 | 1 | 101011011 | 1011111 | 1010011 |
Color Harmonies of #FDACBD
Complementary color
Monochromatic Colors of #FDACBD
Black with #FDACBD
Text Example
Text Example
White with #FDACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACBD; }
p { color: rgb(253,172,189); }
H1.HeaderClassName
{
color: #FDACBD;
}
.AnyTagClassName
{
color: #FDACBD;
}
</style>
background-color css
<style>
a { background-color: #FDACBD; }
a { background-color: rgb(253,172,189); }
div.DivClassName
{
background-color: #FDACBD;
}
.BgClassName
{
background-color: #FDACBD;
}
</style>
border-color css
<style>
span { border-color: #FDACBD; }
span { border-color: rgb(253,172,189); }
td.TdClassName
{
border-color: #FDACBD;
}
.TagClassName
{
border-color: #FDACBD;
}
</style>