Shades of Light Pink #FDB0B2
Tints of Light Pink #FDB0B2
RGB
CMYK
RGB Variations
Color information
#FDB0B2 (or 0xFDB0B2) is known color: Light Pink. HEX triplet: FD, B0 and B2. RGB value is (253,176,178). Sum of RGB (Red+Green+Blue) = 253+176+178=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 178 (69.92% from 255 or 29.32% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB0B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB0B2 is #024F4D. Grayscale: #C7C7C7. Windows color (decimal): -151374 or 11710717. OLE color: 11710717.
HSL color Cylindrical-coordinate representation of color #FDB0B2: hue angle of 358.44º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB0B2 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 176 | 178 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.01 |
| HSL | 358.44º | 0.95% | 0.84% | - |
| HSV(B) | 358.44º | 0.3% | 0.99% | - |
| XYZ | 64.07 | 55.15 | 49.39 | - |
| YUV | 199.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 176 | 178 | 0 | 0.30 | 0.30 | 0.01 | 358.44 | 0.95 | 0.84 |
| Hex | FD | B0 | B2 | 0 | 1E | 1E | 1 | 166 | 5F | 54 |
| Octal | 375 | 260 | 262 | 0 | 36 | 36 | 1 | 546 | 137 | 124 |
| Binary | 11111101 | 10110000 | 10110010 | 0 | 11110 | 11110 | 1 | 101100110 | 1011111 | 1010100 |
Color Harmonies of #FDB0B2
Complementary color
Monochromatic Colors of #FDB0B2
Black with #FDB0B2
Text Example
Text Example
White with #FDB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB0B2; }
p { color: rgb(253,176,178); }
H1.HeaderClassName
{
color: #FDB0B2;
}
.AnyTagClassName
{
color: #FDB0B2;
}
</style>
background-color css
<style>
a { background-color: #FDB0B2; }
a { background-color: rgb(253,176,178); }
div.DivClassName
{
background-color: #FDB0B2;
}
.BgClassName
{
background-color: #FDB0B2;
}
</style>
border-color css
<style>
span { border-color: #FDB0B2; }
span { border-color: rgb(253,176,178); }
td.TdClassName
{
border-color: #FDB0B2;
}
.TagClassName
{
border-color: #FDB0B2;
}
</style>