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