Shades of Pink #FEBDC7
Tints of Pink #FEBDC7
RGB
CMYK
RGB Variations
Color information
#FEBDC7 (or 0xFEBDC7) is known color: Pink. HEX triplet: FE, BD and C7. RGB value is (254,189,199). Sum of RGB (Red+Green+Blue) = 254+189+199=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDC7 is #014238. Grayscale: #D1D1D1. Windows color (decimal): -82489 or 13090302. OLE color: 13090302.
HSL color Cylindrical-coordinate representation of color #FEBDC7: hue angle of 350.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBDC7 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 199 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.00 |
| HSL | 350.77º | 0.97% | 0.87% | - |
| HSV(B) | 350.77º | 0.26% | 1% | - |
| XYZ | 69.38 | 61.59 | 62.26 | - |
| YUV | 209.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 199 | 0 | 0.26 | 0.22 | 0.00 | 350.77 | 0.97 | 0.87 |
| Hex | FE | BD | C7 | 0 | 1A | 16 | 0 | 15F | 61 | 57 |
| Octal | 376 | 275 | 307 | 0 | 32 | 26 | 0 | 537 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11000111 | 0 | 11010 | 10110 | 0 | 101011111 | 1100001 | 1010111 |
Color Harmonies of #FEBDC7
Complementary color
Monochromatic Colors of #FEBDC7
Black with #FEBDC7
Text Example
Text Example
White with #FEBDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDC7; }
p { color: rgb(254,189,199); }
H1.HeaderClassName
{
color: #FEBDC7;
}
.AnyTagClassName
{
color: #FEBDC7;
}
</style>
background-color css
<style>
a { background-color: #FEBDC7; }
a { background-color: rgb(254,189,199); }
div.DivClassName
{
background-color: #FEBDC7;
}
.BgClassName
{
background-color: #FEBDC7;
}
</style>
border-color css
<style>
span { border-color: #FEBDC7; }
span { border-color: rgb(254,189,199); }
td.TdClassName
{
border-color: #FEBDC7;
}
.TagClassName
{
border-color: #FEBDC7;
}
</style>