Shades of Light Pink #FDB4BD
Tints of Light Pink #FDB4BD
RGB
CMYK
RGB Variations
Color information
#FDB4BD (or 0xFDB4BD) is known color: Light Pink. HEX triplet: FD, B4 and BD. RGB value is (253,180,189). Sum of RGB (Red+Green+Blue) = 253+180+189=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB4BD is #024B42. Grayscale: #CACACA. Windows color (decimal): -150339 or 12432637. OLE color: 12432637.
HSL color Cylindrical-coordinate representation of color #FDB4BD: hue angle of 352.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDB4BD is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 180 | 189 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.01 |
| HSL | 352.6º | 0.95% | 0.85% | - |
| HSV(B) | 352.6º | 0.29% | 0.99% | - |
| XYZ | 66.01 | 57.2 | 55.71 | - |
| YUV | 202.85 | 120.18 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 180 | 189 | 0 | 0.29 | 0.25 | 0.01 | 352.6 | 0.95 | 0.85 |
| Hex | FD | B4 | BD | 0 | 1D | 19 | 1 | 161 | 5F | 55 |
| Octal | 375 | 264 | 275 | 0 | 35 | 31 | 1 | 541 | 137 | 125 |
| Binary | 11111101 | 10110100 | 10111101 | 0 | 11101 | 11001 | 1 | 101100001 | 1011111 | 1010101 |
Color Harmonies of #FDB4BD
Complementary color
Monochromatic Colors of #FDB4BD
Black with #FDB4BD
Text Example
Text Example
White with #FDB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB4BD; }
p { color: rgb(253,180,189); }
H1.HeaderClassName
{
color: #FDB4BD;
}
.AnyTagClassName
{
color: #FDB4BD;
}
</style>
background-color css
<style>
a { background-color: #FDB4BD; }
a { background-color: rgb(253,180,189); }
div.DivClassName
{
background-color: #FDB4BD;
}
.BgClassName
{
background-color: #FDB4BD;
}
</style>
border-color css
<style>
span { border-color: #FDB4BD; }
span { border-color: rgb(253,180,189); }
td.TdClassName
{
border-color: #FDB4BD;
}
.TagClassName
{
border-color: #FDB4BD;
}
</style>