Shades of Light Pink #FDB2BD
Tints of Light Pink #FDB2BD
RGB
CMYK
RGB Variations
Color information
#FDB2BD (or 0xFDB2BD) is known color: Light Pink. HEX triplet: FD, B2 and BD. RGB value is (253,178,189). Sum of RGB (Red+Green+Blue) = 253+178+189=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2BD is #024D42. Grayscale: #C9C9C9. Windows color (decimal): -150851 or 12432125. OLE color: 12432125.
HSL color Cylindrical-coordinate representation of color #FDB2BD: hue angle of 351.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB2BD is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 189 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.01 |
| HSL | 351.2º | 0.95% | 0.85% | - |
| HSV(B) | 351.2º | 0.3% | 0.99% | - |
| XYZ | 65.61 | 56.4 | 55.57 | - |
| YUV | 201.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 189 | 0 | 0.30 | 0.25 | 0.01 | 351.2 | 0.95 | 0.85 |
| Hex | FD | B2 | BD | 0 | 1E | 19 | 1 | 15F | 5F | 55 |
| Octal | 375 | 262 | 275 | 0 | 36 | 31 | 1 | 537 | 137 | 125 |
| Binary | 11111101 | 10110010 | 10111101 | 0 | 11110 | 11001 | 1 | 101011111 | 1011111 | 1010101 |
Color Harmonies of #FDB2BD
Complementary color
Monochromatic Colors of #FDB2BD
Black with #FDB2BD
Text Example
Text Example
White with #FDB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2BD; }
p { color: rgb(253,178,189); }
H1.HeaderClassName
{
color: #FDB2BD;
}
.AnyTagClassName
{
color: #FDB2BD;
}
</style>
background-color css
<style>
a { background-color: #FDB2BD; }
a { background-color: rgb(253,178,189); }
div.DivClassName
{
background-color: #FDB2BD;
}
.BgClassName
{
background-color: #FDB2BD;
}
</style>
border-color css
<style>
span { border-color: #FDB2BD; }
span { border-color: rgb(253,178,189); }
td.TdClassName
{
border-color: #FDB2BD;
}
.TagClassName
{
border-color: #FDB2BD;
}
</style>