Shades of Pink #FEBED1
Tints of Pink #FEBED1
RGB
CMYK
RGB Variations
Color information
#FEBED1 (or 0xFEBED1) is known color: Pink. HEX triplet: FE, BE and D1. RGB value is (254,190,209). Sum of RGB (Red+Green+Blue) = 254+190+209=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBED1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEBED1 is #01412E. Grayscale: #D3D3D3. Windows color (decimal): -82223 or 13745918. OLE color: 13745918.
HSL color Cylindrical-coordinate representation of color #FEBED1: hue angle of 342.19º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FEBED1 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 209 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.00 |
| HSL | 342.19º | 0.97% | 0.87% | - |
| HSV(B) | 342.19º | 0.25% | 1% | - |
| XYZ | 70.8 | 62.5 | 68.65 | - |
| YUV | 211.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 209 | 0 | 0.25 | 0.18 | 0.00 | 342.19 | 0.97 | 0.87 |
| Hex | FE | BE | D1 | 0 | 19 | 12 | 0 | 156 | 61 | 57 |
| Octal | 376 | 276 | 321 | 0 | 31 | 22 | 0 | 526 | 141 | 127 |
| Binary | 11111110 | 10111110 | 11010001 | 0 | 11001 | 10010 | 0 | 101010110 | 1100001 | 1010111 |
Color Harmonies of #FEBED1
Complementary color
Monochromatic Colors of #FEBED1
Black with #FEBED1
Text Example
Text Example
White with #FEBED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBED1; }
p { color: rgb(254,190,209); }
H1.HeaderClassName
{
color: #FEBED1;
}
.AnyTagClassName
{
color: #FEBED1;
}
</style>
background-color css
<style>
a { background-color: #FEBED1; }
a { background-color: rgb(254,190,209); }
div.DivClassName
{
background-color: #FEBED1;
}
.BgClassName
{
background-color: #FEBED1;
}
</style>
border-color css
<style>
span { border-color: #FEBED1; }
span { border-color: rgb(254,190,209); }
td.TdClassName
{
border-color: #FEBED1;
}
.TagClassName
{
border-color: #FEBED1;
}
</style>