Shades of Light Pink #FDB2B5
Tints of Light Pink #FDB2B5
RGB
CMYK
RGB Variations
Color information
#FDB2B5 (or 0xFDB2B5) is known color: Light Pink. HEX triplet: FD, B2 and B5. RGB value is (253,178,181). Sum of RGB (Red+Green+Blue) = 253+178+181=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB2B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDB2B5 is #024D4A. Grayscale: #C8C8C8. Windows color (decimal): -150859 or 11907837. OLE color: 11907837.
HSL color Cylindrical-coordinate representation of color #FDB2B5: hue angle of 357.6º 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 #FDB2B5 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 178 | 181 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.01 |
| HSL | 357.6º | 0.95% | 0.85% | - |
| HSV(B) | 357.6º | 0.3% | 0.99% | - |
| XYZ | 64.77 | 56.06 | 51.12 | - |
| YUV | 200.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 178 | 181 | 0 | 0.30 | 0.28 | 0.01 | 357.6 | 0.95 | 0.85 |
| Hex | FD | B2 | B5 | 0 | 1E | 1C | 1 | 166 | 5F | 55 |
| Octal | 375 | 262 | 265 | 0 | 36 | 34 | 1 | 546 | 137 | 125 |
| Binary | 11111101 | 10110010 | 10110101 | 0 | 11110 | 11100 | 1 | 101100110 | 1011111 | 1010101 |
Color Harmonies of #FDB2B5
Complementary color
Monochromatic Colors of #FDB2B5
Black with #FDB2B5
Text Example
Text Example
White with #FDB2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB2B5; }
p { color: rgb(253,178,181); }
H1.HeaderClassName
{
color: #FDB2B5;
}
.AnyTagClassName
{
color: #FDB2B5;
}
</style>
background-color css
<style>
a { background-color: #FDB2B5; }
a { background-color: rgb(253,178,181); }
div.DivClassName
{
background-color: #FDB2B5;
}
.BgClassName
{
background-color: #FDB2B5;
}
</style>
border-color css
<style>
span { border-color: #FDB2B5; }
span { border-color: rgb(253,178,181); }
td.TdClassName
{
border-color: #FDB2B5;
}
.TagClassName
{
border-color: #FDB2B5;
}
</style>