Shades of Pink #FEBDCC
Tints of Pink #FEBDCC
RGB
CMYK
RGB Variations
Color information
#FEBDCC (or 0xFEBDCC) is known color: Pink. HEX triplet: FE, BD and CC. RGB value is (254,189,204). Sum of RGB (Red+Green+Blue) = 254+189+204=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBDCC is #014233. Grayscale: #D2D2D2. Windows color (decimal): -82484 or 13417982. OLE color: 13417982.
HSL color Cylindrical-coordinate representation of color #FEBDCC: hue angle of 346.15º 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 #FEBDCC is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 204 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.00 |
| HSL | 346.15º | 0.97% | 0.87% | - |
| HSV(B) | 346.15º | 0.26% | 1% | - |
| XYZ | 69.97 | 61.83 | 65.37 | - |
| YUV | 210.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 204 | 0 | 0.26 | 0.20 | 0.00 | 346.15 | 0.97 | 0.87 |
| Hex | FE | BD | CC | 0 | 1A | 14 | 0 | 15A | 61 | 57 |
| Octal | 376 | 275 | 314 | 0 | 32 | 24 | 0 | 532 | 141 | 127 |
| Binary | 11111110 | 10111101 | 11001100 | 0 | 11010 | 10100 | 0 | 101011010 | 1100001 | 1010111 |
Color Harmonies of #FEBDCC
Complementary color
Monochromatic Colors of #FEBDCC
Black with #FEBDCC
Text Example
Text Example
White with #FEBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBDCC; }
p { color: rgb(254,189,204); }
H1.HeaderClassName
{
color: #FEBDCC;
}
.AnyTagClassName
{
color: #FEBDCC;
}
</style>
background-color css
<style>
a { background-color: #FEBDCC; }
a { background-color: rgb(254,189,204); }
div.DivClassName
{
background-color: #FEBDCC;
}
.BgClassName
{
background-color: #FEBDCC;
}
</style>
border-color css
<style>
span { border-color: #FEBDCC; }
span { border-color: rgb(254,189,204); }
td.TdClassName
{
border-color: #FEBDCC;
}
.TagClassName
{
border-color: #FEBDCC;
}
</style>