Shades of Your Pink #FDC3BB
Tints of Your Pink #FDC3BB
RGB
CMYK
RGB Variations
Color information
#FDC3BB (or 0xFDC3BB) is known color: Your Pink. HEX triplet: FD, C3 and BB. RGB value is (253,195,187). Sum of RGB (Red+Green+Blue) = 253+195+187=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3BB is #023C44. Grayscale: #D3D3D3. Windows color (decimal): -146501 or 12305405. OLE color: 12305405.
HSL color Cylindrical-coordinate representation of color #FDC3BB: hue angle of 7.27º 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 #FDC3BB is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 187 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.01 |
| HSL | 7.27º | 0.94% | 0.86% | - |
| HSV(B) | 7.27º | 0.26% | 0.99% | - |
| XYZ | 68.99 | 63.5 | 55.63 | - |
| YUV | 211.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 187 | 0 | 0.23 | 0.26 | 0.01 | 7.27 | 0.94 | 0.86 |
| Hex | FD | C3 | BB | 0 | 17 | 1A | 1 | 7 | 5E | 56 |
| Octal | 375 | 303 | 273 | 0 | 27 | 32 | 1 | 7 | 136 | 126 |
| Binary | 11111101 | 11000011 | 10111011 | 0 | 10111 | 11010 | 1 | 111 | 1011110 | 1010110 |
Color Harmonies of #FDC3BB
Complementary color
Monochromatic Colors of #FDC3BB
Black with #FDC3BB
Text Example
Text Example
White with #FDC3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3BB; }
p { color: rgb(253,195,187); }
H1.HeaderClassName
{
color: #FDC3BB;
}
.AnyTagClassName
{
color: #FDC3BB;
}
</style>
background-color css
<style>
a { background-color: #FDC3BB; }
a { background-color: rgb(253,195,187); }
div.DivClassName
{
background-color: #FDC3BB;
}
.BgClassName
{
background-color: #FDC3BB;
}
</style>
border-color css
<style>
span { border-color: #FDC3BB; }
span { border-color: rgb(253,195,187); }
td.TdClassName
{
border-color: #FDC3BB;
}
.TagClassName
{
border-color: #FDC3BB;
}
</style>