Shades of Your Pink #FDC3BD
Tints of Your Pink #FDC3BD
RGB
CMYK
RGB Variations
Color information
#FDC3BD (or 0xFDC3BD) is known color: Your Pink. HEX triplet: FD, C3 and BD. RGB value is (253,195,189). Sum of RGB (Red+Green+Blue) = 253+195+189=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3BD is #023C42. Grayscale: #D3D3D3. Windows color (decimal): -146499 or 12436477. OLE color: 12436477.
HSL color Cylindrical-coordinate representation of color #FDC3BD: hue angle of 5.62º 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 #FDC3BD is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 189 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.01 |
| HSL | 5.63º | 0.94% | 0.87% | - |
| HSV(B) | 5.63º | 0.25% | 0.99% | - |
| XYZ | 69.21 | 63.59 | 56.77 | - |
| YUV | 211.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 189 | 0 | 0.23 | 0.25 | 0.01 | 5.63 | 0.94 | 0.87 |
| Hex | FD | C3 | BD | 0 | 17 | 19 | 1 | 6 | 5E | 57 |
| Octal | 375 | 303 | 275 | 0 | 27 | 31 | 1 | 6 | 136 | 127 |
| Binary | 11111101 | 11000011 | 10111101 | 0 | 10111 | 11001 | 1 | 110 | 1011110 | 1010111 |
Color Harmonies of #FDC3BD
Complementary color
Monochromatic Colors of #FDC3BD
Black with #FDC3BD
Text Example
Text Example
White with #FDC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3BD; }
p { color: rgb(253,195,189); }
H1.HeaderClassName
{
color: #FDC3BD;
}
.AnyTagClassName
{
color: #FDC3BD;
}
</style>
background-color css
<style>
a { background-color: #FDC3BD; }
a { background-color: rgb(253,195,189); }
div.DivClassName
{
background-color: #FDC3BD;
}
.BgClassName
{
background-color: #FDC3BD;
}
</style>
border-color css
<style>
span { border-color: #FDC3BD; }
span { border-color: rgb(253,195,189); }
td.TdClassName
{
border-color: #FDC3BD;
}
.TagClassName
{
border-color: #FDC3BD;
}
</style>