Shades of Pig Pink #FEDBE6
Tints of Pig Pink #FEDBE6
RGB
CMYK
RGB Variations
Color information
#FEDBE6 (or 0xFEDBE6) is known color: Pig Pink. HEX triplet: FE, DB and E6. RGB value is (254,219,230). Sum of RGB (Red+Green+Blue) = 254+219+230=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 219 (85.94% from 255 or 31.15% from 703); Blue value is 230 (90.23% from 255 or 32.72% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBE6 is #012419. Grayscale: #E6E6E6. Windows color (decimal): -74778 or 15129598. OLE color: 15129598.
HSL color Cylindrical-coordinate representation of color #FEDBE6: hue angle of 341.14º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDBE6 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 230 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.00 |
| HSL | 341.14º | 0.95% | 0.93% | - |
| HSV(B) | 341.14º | 0.14% | 1% | - |
| XYZ | 80.49 | 77.45 | 85.57 | - |
| YUV | 230.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 230 | 0 | 0.14 | 0.09 | 0.00 | 341.14 | 0.95 | 0.93 |
| Hex | FE | DB | E6 | 0 | E | 9 | 0 | 155 | 5F | 5D |
| Octal | 376 | 333 | 346 | 0 | 16 | 11 | 0 | 525 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11100110 | 0 | 1110 | 1001 | 0 | 101010101 | 1011111 | 1011101 |
Color Harmonies of #FEDBE6
Complementary color
Monochromatic Colors of #FEDBE6
Black with #FEDBE6
Text Example
Text Example
White with #FEDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBE6; }
p { color: rgb(254,219,230); }
H1.HeaderClassName
{
color: #FEDBE6;
}
.AnyTagClassName
{
color: #FEDBE6;
}
</style>
background-color css
<style>
a { background-color: #FEDBE6; }
a { background-color: rgb(254,219,230); }
div.DivClassName
{
background-color: #FEDBE6;
}
.BgClassName
{
background-color: #FEDBE6;
}
</style>
border-color css
<style>
span { border-color: #FEDBE6; }
span { border-color: rgb(254,219,230); }
td.TdClassName
{
border-color: #FEDBE6;
}
.TagClassName
{
border-color: #FEDBE6;
}
</style>