Shades of Pink #FEBDCE
Tints of Pink #FEBDCE
RGB
CMYK
RGB Variations
Color information
#FEBDCE (or 0xFEBDCE) is known color: Pink. HEX triplet: FE, BD and CE. RGB value is (254,189,206). Sum of RGB (Red+Green+Blue) = 254+189+206=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDCE is #014231. Grayscale: #D2D2D2. Windows color (decimal): -82482 or 13549054. OLE color: 13549054.
HSL color Cylindrical-coordinate representation of color #FEBDCE: hue angle of 344.31º 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 #FEBDCE is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 206 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.00 |
| HSL | 344.31º | 0.97% | 0.87% | - |
| HSV(B) | 344.31º | 0.26% | 1% | - |
| XYZ | 70.21 | 61.92 | 66.64 | - |
| YUV | 210.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 206 | 0 | 0.26 | 0.19 | 0.00 | 344.31 | 0.97 | 0.87 |
| Hex | FE | BD | CE | 0 | 1A | 13 | 0 | 158 | 61 | 57 |
| Octal | 376 | 275 | 316 | 0 | 32 | 23 | 0 | 530 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11001110 | 0 | 11010 | 10011 | 0 | 101011000 | 1100001 | 1010111 |
Color Harmonies of #FEBDCE
Complementary color
Monochromatic Colors of #FEBDCE
Black with #FEBDCE
Text Example
Text Example
White with #FEBDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDCE; }
p { color: rgb(254,189,206); }
H1.HeaderClassName
{
color: #FEBDCE;
}
.AnyTagClassName
{
color: #FEBDCE;
}
</style>
background-color css
<style>
a { background-color: #FEBDCE; }
a { background-color: rgb(254,189,206); }
div.DivClassName
{
background-color: #FEBDCE;
}
.BgClassName
{
background-color: #FEBDCE;
}
</style>
border-color css
<style>
span { border-color: #FEBDCE; }
span { border-color: rgb(254,189,206); }
td.TdClassName
{
border-color: #FEBDCE;
}
.TagClassName
{
border-color: #FEBDCE;
}
</style>