Shades of Light Pink #FDBBC5
Tints of Light Pink #FDBBC5
RGB
CMYK
RGB Variations
Color information
#FDBBC5 (or 0xFDBBC5) is known color: Light Pink. HEX triplet: FD, BB and C5. RGB value is (253,187,197). Sum of RGB (Red+Green+Blue) = 253+187+197=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBC5 is #02443A. Grayscale: #CFCFCF. Windows color (decimal): -148539 or 12958717. OLE color: 12958717.
HSL color Cylindrical-coordinate representation of color #FDBBC5: hue angle of 350.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBBC5 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 197 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.01 |
| HSL | 350.91º | 0.94% | 0.86% | - |
| HSV(B) | 350.91º | 0.26% | 0.99% | - |
| XYZ | 68.36 | 60.45 | 60.89 | - |
| YUV | 207.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 197 | 0 | 0.26 | 0.22 | 0.01 | 350.91 | 0.94 | 0.86 |
| Hex | FD | BB | C5 | 0 | 1A | 16 | 1 | 15F | 5E | 56 |
| Octal | 375 | 273 | 305 | 0 | 32 | 26 | 1 | 537 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11000101 | 0 | 11010 | 10110 | 1 | 101011111 | 1011110 | 1010110 |
Color Harmonies of #FDBBC5
Complementary color
Monochromatic Colors of #FDBBC5
Black with #FDBBC5
Text Example
Text Example
White with #FDBBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBC5; }
p { color: rgb(253,187,197); }
H1.HeaderClassName
{
color: #FDBBC5;
}
.AnyTagClassName
{
color: #FDBBC5;
}
</style>
background-color css
<style>
a { background-color: #FDBBC5; }
a { background-color: rgb(253,187,197); }
div.DivClassName
{
background-color: #FDBBC5;
}
.BgClassName
{
background-color: #FDBBC5;
}
</style>
border-color css
<style>
span { border-color: #FDBBC5; }
span { border-color: rgb(253,187,197); }
td.TdClassName
{
border-color: #FDBBC5;
}
.TagClassName
{
border-color: #FDBBC5;
}
</style>