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