Shades of Your Pink #FDC8BE
Tints of Your Pink #FDC8BE
RGB
CMYK
RGB Variations
Color information
#FDC8BE (or 0xFDC8BE) is known color: Your Pink. HEX triplet: FD, C8 and BE. RGB value is (253,200,190). Sum of RGB (Red+Green+Blue) = 253+200+190=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8BE is #023741. Grayscale: #D6D6D6. Windows color (decimal): -145218 or 12503293. OLE color: 12503293.
HSL color Cylindrical-coordinate representation of color #FDC8BE: hue angle of 9.52º 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 #FDC8BE is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 190 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.01 |
| HSL | 9.52º | 0.94% | 0.87% | - |
| HSV(B) | 9.52º | 0.25% | 0.99% | - |
| XYZ | 70.46 | 65.91 | 57.72 | - |
| YUV | 214.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 190 | 0 | 0.21 | 0.25 | 0.01 | 9.52 | 0.94 | 0.87 |
| Hex | FD | C8 | BE | 0 | 15 | 19 | 1 | A | 5E | 57 |
| Octal | 375 | 310 | 276 | 0 | 25 | 31 | 1 | 12 | 136 | 127 |
| Binary | 11111101 | 11001000 | 10111110 | 0 | 10101 | 11001 | 1 | 1010 | 1011110 | 1010111 |
Color Harmonies of #FDC8BE
Complementary color
Monochromatic Colors of #FDC8BE
Black with #FDC8BE
Text Example
Text Example
White with #FDC8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8BE; }
p { color: rgb(253,200,190); }
H1.HeaderClassName
{
color: #FDC8BE;
}
.AnyTagClassName
{
color: #FDC8BE;
}
</style>
background-color css
<style>
a { background-color: #FDC8BE; }
a { background-color: rgb(253,200,190); }
div.DivClassName
{
background-color: #FDC8BE;
}
.BgClassName
{
background-color: #FDC8BE;
}
</style>
border-color css
<style>
span { border-color: #FDC8BE; }
span { border-color: rgb(253,200,190); }
td.TdClassName
{
border-color: #FDC8BE;
}
.TagClassName
{
border-color: #FDC8BE;
}
</style>