Shades of Pig Pink #FEDEF3
Tints of Pig Pink #FEDEF3
RGB
CMYK
RGB Variations
Color information
#FEDEF3 (or 0xFEDEF3) is known color: Pig Pink. HEX triplet: FE, DE and F3. RGB value is (254,222,243). Sum of RGB (Red+Green+Blue) = 254+222+243=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 222 (87.11% from 255 or 30.88% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF3 is #01210C. Grayscale: #E9E9E9. Windows color (decimal): -73997 or 15982334. OLE color: 15982334.
HSL color Cylindrical-coordinate representation of color #FEDEF3: hue angle of 320.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 #FEDEF3 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 243 | - |
CMYK | 0 | 0.13 | 0.04 | 0.00 |
HSL | 320.63º | 0.94% | 0.93% | - |
HSV(B) | 320.63º | 0.13% | 1% | - |
XYZ | 83.17 | 79.78 | 95.81 | - |
YUV | 233.96 | 133.1 | 142.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 243 | 0 | 0.13 | 0.04 | 0.00 | 320.63 | 0.94 | 0.93 |
Hex | FE | DE | F3 | 0 | D | 4 | 0 | 141 | 5E | 5D |
Octal | 376 | 336 | 363 | 0 | 15 | 4 | 0 | 501 | 136 | 135 |
Binary | 11111110 | 11011110 | 11110011 | 0 | 1101 | 100 | 0 | 101000001 | 1011110 | 1011101 |
Color Harmonies of #FEDEF3
Complementary color
Monochromatic Colors of #FEDEF3
Black with #FEDEF3
Text Example
Text Example
White with #FEDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEF3; }
p { color: rgb(254,222,243); }
H1.HeaderClassName
{
color: #FEDEF3;
}
.AnyTagClassName
{
color: #FEDEF3;
}
</style>
background-color css
<style>
a { background-color: #FEDEF3; }
a { background-color: rgb(254,222,243); }
div.DivClassName
{
background-color: #FEDEF3;
}
.BgClassName
{
background-color: #FEDEF3;
}
</style>
border-color css
<style>
span { border-color: #FEDEF3; }
span { border-color: rgb(254,222,243); }
td.TdClassName
{
border-color: #FEDEF3;
}
.TagClassName
{
border-color: #FEDEF3;
}
</style>