Shades of Pig Pink #FEDBE5
Tints of Pig Pink #FEDBE5
RGB
CMYK
RGB Variations
Color information
#FEDBE5 (or 0xFEDBE5) is known color: Pig Pink. HEX triplet: FE, DB and E5. RGB value is (254,219,229). Sum of RGB (Red+Green+Blue) = 254+219+229=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDBE5 is #01241A. Grayscale: #E6E6E6. Windows color (decimal): -74779 or 15064062. OLE color: 15064062.
HSL color Cylindrical-coordinate representation of color #FEDBE5: hue angle of 342.86º 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 #FEDBE5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 229 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.00 |
| HSL | 342.86º | 0.95% | 0.93% | - |
| HSV(B) | 342.86º | 0.14% | 1% | - |
| XYZ | 80.35 | 77.39 | 84.83 | - |
| YUV | 230.61 | 127.1 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 229 | 0 | 0.14 | 0.10 | 0.00 | 342.86 | 0.95 | 0.93 |
| Hex | FE | DB | E5 | 0 | E | A | 0 | 157 | 5F | 5D |
| Octal | 376 | 333 | 345 | 0 | 16 | 12 | 0 | 527 | 137 | 135 |
| Binary | 11111110 | 11011011 | 11100101 | 0 | 1110 | 1010 | 0 | 101010111 | 1011111 | 1011101 |
Color Harmonies of #FEDBE5
Complementary color
Monochromatic Colors of #FEDBE5
Black with #FEDBE5
Text Example
Text Example
White with #FEDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDBE5; }
p { color: rgb(254,219,229); }
H1.HeaderClassName
{
color: #FEDBE5;
}
.AnyTagClassName
{
color: #FEDBE5;
}
</style>
background-color css
<style>
a { background-color: #FEDBE5; }
a { background-color: rgb(254,219,229); }
div.DivClassName
{
background-color: #FEDBE5;
}
.BgClassName
{
background-color: #FEDBE5;
}
</style>
border-color css
<style>
span { border-color: #FEDBE5; }
span { border-color: rgb(254,219,229); }
td.TdClassName
{
border-color: #FEDBE5;
}
.TagClassName
{
border-color: #FEDBE5;
}
</style>