Shades of Light Pink #FDB2B4
Tints of Light Pink #FDB2B4
RGB
CMYK
RGB Variations
Color information
#FDB2B4 (or 0xFDB2B4) is known color: Light Pink. HEX triplet: FD, B2 and B4. RGB value is (253,178,180). Sum of RGB (Red+Green+Blue) = 253+178+180=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2B4 is #024D4B. Grayscale: #C8C8C8. Windows color (decimal): -150860 or 11842301. OLE color: 11842301.
HSL color Cylindrical-coordinate representation of color #FDB2B4: hue angle of 358.4º 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 #FDB2B4 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 180 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.01 |
| HSL | 358.4º | 0.95% | 0.85% | - |
| HSV(B) | 358.4º | 0.3% | 0.99% | - |
| XYZ | 64.67 | 56.02 | 50.58 | - |
| YUV | 200.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 180 | 0 | 0.30 | 0.29 | 0.01 | 358.4 | 0.95 | 0.85 |
| Hex | FD | B2 | B4 | 0 | 1E | 1D | 1 | 166 | 5F | 55 |
| Octal | 375 | 262 | 264 | 0 | 36 | 35 | 1 | 546 | 137 | 125 |
| Binary | 11111101 | 10110010 | 10110100 | 0 | 11110 | 11101 | 1 | 101100110 | 1011111 | 1010101 |
Color Harmonies of #FDB2B4
Complementary color
Monochromatic Colors of #FDB2B4
Black with #FDB2B4
Text Example
Text Example
White with #FDB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2B4; }
p { color: rgb(253,178,180); }
H1.HeaderClassName
{
color: #FDB2B4;
}
.AnyTagClassName
{
color: #FDB2B4;
}
</style>
background-color css
<style>
a { background-color: #FDB2B4; }
a { background-color: rgb(253,178,180); }
div.DivClassName
{
background-color: #FDB2B4;
}
.BgClassName
{
background-color: #FDB2B4;
}
</style>
border-color css
<style>
span { border-color: #FDB2B4; }
span { border-color: rgb(253,178,180); }
td.TdClassName
{
border-color: #FDB2B4;
}
.TagClassName
{
border-color: #FDB2B4;
}
</style>