Shades of Your Pink #FDC2BE
Tints of Your Pink #FDC2BE
RGB
CMYK
RGB Variations
Color information
#FDC2BE (or 0xFDC2BE) is known color: Your Pink. HEX triplet: FD, C2 and BE. RGB value is (253,194,190). Sum of RGB (Red+Green+Blue) = 253+194+190=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2BE is #023D41. Grayscale: #D3D3D3. Windows color (decimal): -146754 or 12501757. OLE color: 12501757.
HSL color Cylindrical-coordinate representation of color #FDC2BE: hue angle of 3.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 #FDC2BE is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 190 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.01 |
| HSL | 3.81º | 0.94% | 0.87% | - |
| HSV(B) | 3.81º | 0.25% | 0.99% | - |
| XYZ | 69.09 | 63.18 | 57.27 | - |
| YUV | 211.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 190 | 0 | 0.23 | 0.25 | 0.01 | 3.81 | 0.94 | 0.87 |
| Hex | FD | C2 | BE | 0 | 17 | 19 | 1 | 4 | 5E | 57 |
| Octal | 375 | 302 | 276 | 0 | 27 | 31 | 1 | 4 | 136 | 127 |
| Binary | 11111101 | 11000010 | 10111110 | 0 | 10111 | 11001 | 1 | 100 | 1011110 | 1010111 |
Color Harmonies of #FDC2BE
Complementary color
Monochromatic Colors of #FDC2BE
Black with #FDC2BE
Text Example
Text Example
White with #FDC2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2BE; }
p { color: rgb(253,194,190); }
H1.HeaderClassName
{
color: #FDC2BE;
}
.AnyTagClassName
{
color: #FDC2BE;
}
</style>
background-color css
<style>
a { background-color: #FDC2BE; }
a { background-color: rgb(253,194,190); }
div.DivClassName
{
background-color: #FDC2BE;
}
.BgClassName
{
background-color: #FDC2BE;
}
</style>
border-color css
<style>
span { border-color: #FDC2BE; }
span { border-color: rgb(253,194,190); }
td.TdClassName
{
border-color: #FDC2BE;
}
.TagClassName
{
border-color: #FDC2BE;
}
</style>