Shades of Your Pink #FDC0B9
Tints of Your Pink #FDC0B9
RGB
CMYK
RGB Variations
Color information
#FDC0B9 (or 0xFDC0B9) is known color: Your Pink. HEX triplet: FD, C0 and B9. RGB value is (253,192,185). Sum of RGB (Red+Green+Blue) = 253+192+185=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 185 (72.66% from 255 or 29.37% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC0B9 is #023F46. Grayscale: #D1D1D1. Windows color (decimal): -147271 or 12173565. OLE color: 12173565.
HSL color Cylindrical-coordinate representation of color #FDC0B9: hue angle of 6.18º degrees, saturation: 0.94, 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 #FDC0B9 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 192 | 185 | - |
CMYK | 0 | 0.24 | 0.27 | 0.01 |
HSL | 6.18º | 0.94% | 0.86% | - |
HSV(B) | 6.18º | 0.27% | 0.99% | - |
XYZ | 68.11 | 62.08 | 54.29 | - |
YUV | 209.44 | 114.21 | 159.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 192 | 185 | 0 | 0.24 | 0.27 | 0.01 | 6.18 | 0.94 | 0.86 |
Hex | FD | C0 | B9 | 0 | 18 | 1B | 1 | 6 | 5E | 56 |
Octal | 375 | 300 | 271 | 0 | 30 | 33 | 1 | 6 | 136 | 126 |
Binary | 11111101 | 11000000 | 10111001 | 0 | 11000 | 11011 | 1 | 110 | 1011110 | 1010110 |
Color Harmonies of #FDC0B9
Complementary color
Monochromatic Colors of #FDC0B9
Black with #FDC0B9
Text Example
Text Example
White with #FDC0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC0B9; }
p { color: rgb(253,192,185); }
H1.HeaderClassName
{
color: #FDC0B9;
}
.AnyTagClassName
{
color: #FDC0B9;
}
</style>
background-color css
<style>
a { background-color: #FDC0B9; }
a { background-color: rgb(253,192,185); }
div.DivClassName
{
background-color: #FDC0B9;
}
.BgClassName
{
background-color: #FDC0B9;
}
</style>
border-color css
<style>
span { border-color: #FDC0B9; }
span { border-color: rgb(253,192,185); }
td.TdClassName
{
border-color: #FDC0B9;
}
.TagClassName
{
border-color: #FDC0B9;
}
</style>