Shades of Your Pink #FDBBB8
Tints of Your Pink #FDBBB8
RGB
CMYK
RGB Variations
Color information
#FDBBB8 (or 0xFDBBB8) is known color: Your Pink. HEX triplet: FD, BB and B8. RGB value is (253,187,184). Sum of RGB (Red+Green+Blue) = 253+187+184=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBB8 is #024447. Grayscale: #CECECE. Windows color (decimal): -148552 or 12106749. OLE color: 12106749.
HSL color Cylindrical-coordinate representation of color #FDBBB8: hue angle of 2.61º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDBBB8 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 184 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.01 |
| HSL | 2.61º | 0.95% | 0.86% | - |
| HSV(B) | 2.61º | 0.27% | 0.99% | - |
| XYZ | 66.93 | 59.88 | 53.38 | - |
| YUV | 206.39 | 115.37 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 184 | 0 | 0.26 | 0.27 | 0.01 | 2.61 | 0.95 | 0.86 |
| Hex | FD | BB | B8 | 0 | 1A | 1B | 1 | 3 | 5F | 56 |
| Octal | 375 | 273 | 270 | 0 | 32 | 33 | 1 | 3 | 137 | 126 |
| Binary | 11111101 | 10111011 | 10111000 | 0 | 11010 | 11011 | 1 | 11 | 1011111 | 1010110 |
Color Harmonies of #FDBBB8
Complementary color
Monochromatic Colors of #FDBBB8
Black with #FDBBB8
Text Example
Text Example
White with #FDBBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBBB8; }
p { color: rgb(253,187,184); }
H1.HeaderClassName
{
color: #FDBBB8;
}
.AnyTagClassName
{
color: #FDBBB8;
}
</style>
background-color css
<style>
a { background-color: #FDBBB8; }
a { background-color: rgb(253,187,184); }
div.DivClassName
{
background-color: #FDBBB8;
}
.BgClassName
{
background-color: #FDBBB8;
}
</style>
border-color css
<style>
span { border-color: #FDBBB8; }
span { border-color: rgb(253,187,184); }
td.TdClassName
{
border-color: #FDBBB8;
}
.TagClassName
{
border-color: #FDBBB8;
}
</style>