Shades of Your Pink #FDC0BD
Tints of Your Pink #FDC0BD
RGB
CMYK
RGB Variations
Color information
#FDC0BD (or 0xFDC0BD) is known color: Your Pink. HEX triplet: FD, C0 and BD. RGB value is (253,192,189). Sum of RGB (Red+Green+Blue) = 253+192+189=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0BD is #023F42. Grayscale: #D1D1D1. Windows color (decimal): -147267 or 12435709. OLE color: 12435709.
HSL color Cylindrical-coordinate representation of color #FDC0BD: hue angle of 2.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDC0BD is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 189 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.01 |
| HSL | 2.81º | 0.94% | 0.87% | - |
| HSV(B) | 2.81º | 0.25% | 0.99% | - |
| XYZ | 68.54 | 62.26 | 56.55 | - |
| YUV | 209.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 189 | 0 | 0.24 | 0.25 | 0.01 | 2.81 | 0.94 | 0.87 |
| Hex | FD | C0 | BD | 0 | 18 | 19 | 1 | 3 | 5E | 57 |
| Octal | 375 | 300 | 275 | 0 | 30 | 31 | 1 | 3 | 136 | 127 |
| Binary | 11111101 | 11000000 | 10111101 | 0 | 11000 | 11001 | 1 | 11 | 1011110 | 1010111 |
Color Harmonies of #FDC0BD
Complementary color
Monochromatic Colors of #FDC0BD
Black with #FDC0BD
Text Example
Text Example
White with #FDC0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0BD; }
p { color: rgb(253,192,189); }
H1.HeaderClassName
{
color: #FDC0BD;
}
.AnyTagClassName
{
color: #FDC0BD;
}
</style>
background-color css
<style>
a { background-color: #FDC0BD; }
a { background-color: rgb(253,192,189); }
div.DivClassName
{
background-color: #FDC0BD;
}
.BgClassName
{
background-color: #FDC0BD;
}
</style>
border-color css
<style>
span { border-color: #FDC0BD; }
span { border-color: rgb(253,192,189); }
td.TdClassName
{
border-color: #FDC0BD;
}
.TagClassName
{
border-color: #FDC0BD;
}
</style>