Shades of Your Pink #FDC1BE
Tints of Your Pink #FDC1BE
RGB
CMYK
RGB Variations
Color information
#FDC1BE (or 0xFDC1BE) is known color: Your Pink. HEX triplet: FD, C1 and BE. RGB value is (253,193,190). Sum of RGB (Red+Green+Blue) = 253+193+190=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC1BE is #023E41. Grayscale: #D2D2D2. Windows color (decimal): -147010 or 12501501. OLE color: 12501501.
HSL color Cylindrical-coordinate representation of color #FDC1BE: hue angle of 2.86º 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 #FDC1BE is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 190 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.01 |
| HSL | 2.86º | 0.94% | 0.87% | - |
| HSV(B) | 2.86º | 0.25% | 0.99% | - |
| XYZ | 68.87 | 62.74 | 57.2 | - |
| YUV | 210.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 190 | 0 | 0.24 | 0.25 | 0.01 | 2.86 | 0.94 | 0.87 |
| Hex | FD | C1 | BE | 0 | 18 | 19 | 1 | 3 | 5E | 57 |
| Octal | 375 | 301 | 276 | 0 | 30 | 31 | 1 | 3 | 136 | 127 |
| Binary | 11111101 | 11000001 | 10111110 | 0 | 11000 | 11001 | 1 | 11 | 1011110 | 1010111 |
Color Harmonies of #FDC1BE
Complementary color
Monochromatic Colors of #FDC1BE
Black with #FDC1BE
Text Example
Text Example
White with #FDC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC1BE; }
p { color: rgb(253,193,190); }
H1.HeaderClassName
{
color: #FDC1BE;
}
.AnyTagClassName
{
color: #FDC1BE;
}
</style>
background-color css
<style>
a { background-color: #FDC1BE; }
a { background-color: rgb(253,193,190); }
div.DivClassName
{
background-color: #FDC1BE;
}
.BgClassName
{
background-color: #FDC1BE;
}
</style>
border-color css
<style>
span { border-color: #FDC1BE; }
span { border-color: rgb(253,193,190); }
td.TdClassName
{
border-color: #FDC1BE;
}
.TagClassName
{
border-color: #FDC1BE;
}
</style>