Shades of Pink #FDBBCC
Tints of Pink #FDBBCC
RGB
CMYK
RGB Variations
Color information
#FDBBCC (or 0xFDBBCC) is known color: Pink. HEX triplet: FD, BB and CC. RGB value is (253,187,204). Sum of RGB (Red+Green+Blue) = 253+187+204=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBCC is #024433. Grayscale: #D0D0D0. Windows color (decimal): -148532 or 13417469. OLE color: 13417469.
HSL color Cylindrical-coordinate representation of color #FDBBCC: hue angle of 344.55º 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 #FDBBCC is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 204 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.01 |
| HSL | 344.55º | 0.94% | 0.86% | - |
| HSV(B) | 344.55º | 0.26% | 0.99% | - |
| XYZ | 69.18 | 60.78 | 65.21 | - |
| YUV | 208.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 204 | 0 | 0.26 | 0.19 | 0.01 | 344.55 | 0.94 | 0.86 |
| Hex | FD | BB | CC | 0 | 1A | 13 | 1 | 159 | 5E | 56 |
| Octal | 375 | 273 | 314 | 0 | 32 | 23 | 1 | 531 | 136 | 126 |
| Binary | 11111101 | 10111011 | 11001100 | 0 | 11010 | 10011 | 1 | 101011001 | 1011110 | 1010110 |
Color Harmonies of #FDBBCC
Complementary color
Monochromatic Colors of #FDBBCC
Black with #FDBBCC
Text Example
Text Example
White with #FDBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBCC; }
p { color: rgb(253,187,204); }
H1.HeaderClassName
{
color: #FDBBCC;
}
.AnyTagClassName
{
color: #FDBBCC;
}
</style>
background-color css
<style>
a { background-color: #FDBBCC; }
a { background-color: rgb(253,187,204); }
div.DivClassName
{
background-color: #FDBBCC;
}
.BgClassName
{
background-color: #FDBBCC;
}
</style>
border-color css
<style>
span { border-color: #FDBBCC; }
span { border-color: rgb(253,187,204); }
td.TdClassName
{
border-color: #FDBBCC;
}
.TagClassName
{
border-color: #FDBBCC;
}
</style>