Shades of Pig Pink #FEDBE8
Tints of Pig Pink #FEDBE8
RGB
CMYK
RGB Variations
Color information
#FEDBE8 (or 0xFEDBE8) is known color: Pig Pink. HEX triplet: FE, DB and E8. RGB value is (254,219,232). Sum of RGB (Red+Green+Blue) = 254+219+232=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 219 (85.94% from 255 or 31.06% from 705); Blue value is 232 (91.02% from 255 or 32.91% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDBE8 is #012417. Grayscale: #E6E6E6. Windows color (decimal): -74776 or 15260670. OLE color: 15260670.
HSL color Cylindrical-coordinate representation of color #FEDBE8: hue angle of 337.71º 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 #FEDBE8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 232 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.00 |
| HSL | 337.71º | 0.95% | 0.93% | - |
| HSV(B) | 337.71º | 0.14% | 1% | - |
| XYZ | 80.77 | 77.56 | 87.06 | - |
| YUV | 230.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 232 | 0 | 0.14 | 0.09 | 0.00 | 337.71 | 0.95 | 0.93 |
| Hex | FE | DB | E8 | 0 | E | 9 | 0 | 152 | 5F | 5D |
| Octal | 376 | 333 | 350 | 0 | 16 | 11 | 0 | 522 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11101000 | 0 | 1110 | 1001 | 0 | 101010010 | 1011111 | 1011101 |
Color Harmonies of #FEDBE8
Complementary color
Monochromatic Colors of #FEDBE8
Black with #FEDBE8
Text Example
Text Example
White with #FEDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBE8; }
p { color: rgb(254,219,232); }
H1.HeaderClassName
{
color: #FEDBE8;
}
.AnyTagClassName
{
color: #FEDBE8;
}
</style>
background-color css
<style>
a { background-color: #FEDBE8; }
a { background-color: rgb(254,219,232); }
div.DivClassName
{
background-color: #FEDBE8;
}
.BgClassName
{
background-color: #FEDBE8;
}
</style>
border-color css
<style>
span { border-color: #FEDBE8; }
span { border-color: rgb(254,219,232); }
td.TdClassName
{
border-color: #FEDBE8;
}
.TagClassName
{
border-color: #FEDBE8;
}
</style>