Shades of Pig Pink #FEDEEB
Tints of Pig Pink #FEDEEB
RGB
CMYK
RGB Variations
Color information
#FEDEEB (or 0xFEDEEB) is known color: Pig Pink. HEX triplet: FE, DE and EB. RGB value is (254,222,235). Sum of RGB (Red+Green+Blue) = 254+222+235=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 235 (92.19% from 255 or 33.05% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEEB is #012114. Grayscale: #E9E9E9. Windows color (decimal): -74005 or 15458046. OLE color: 15458046.
HSL color Cylindrical-coordinate representation of color #FEDEEB: hue angle of 335.62º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEEB is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 235 | - |
CMYK | 0 | 0.13 | 0.07 | 0.00 |
HSL | 335.63º | 0.94% | 0.93% | - |
HSV(B) | 335.63º | 0.13% | 1% | - |
XYZ | 81.99 | 79.31 | 89.58 | - |
YUV | 233.05 | 129.1 | 142.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 235 | 0 | 0.13 | 0.07 | 0.00 | 335.63 | 0.94 | 0.93 |
Hex | FE | DE | EB | 0 | D | 7 | 0 | 150 | 5E | 5D |
Octal | 376 | 336 | 353 | 0 | 15 | 7 | 0 | 520 | 136 | 135 |
Binary | 11111110 | 11011110 | 11101011 | 0 | 1101 | 111 | 0 | 101010000 | 1011110 | 1011101 |
Color Harmonies of #FEDEEB
Complementary color
Monochromatic Colors of #FEDEEB
Black with #FEDEEB
Text Example
Text Example
White with #FEDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEEB; }
p { color: rgb(254,222,235); }
H1.HeaderClassName
{
color: #FEDEEB;
}
.AnyTagClassName
{
color: #FEDEEB;
}
</style>
background-color css
<style>
a { background-color: #FEDEEB; }
a { background-color: rgb(254,222,235); }
div.DivClassName
{
background-color: #FEDEEB;
}
.BgClassName
{
background-color: #FEDEEB;
}
</style>
border-color css
<style>
span { border-color: #FEDEEB; }
span { border-color: rgb(254,222,235); }
td.TdClassName
{
border-color: #FEDEEB;
}
.TagClassName
{
border-color: #FEDEEB;
}
</style>