Shades of Pig Pink #FED1DF
Tints of Pig Pink #FED1DF
RGB
CMYK
RGB Variations
Color information
#FED1DF (or 0xFED1DF) is known color: Pig Pink. HEX triplet: FE, D1 and DF. RGB value is (254,209,223). Sum of RGB (Red+Green+Blue) = 254+209+223=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1DF is #012E20. Grayscale: #E0E0E0. Windows color (decimal): -77345 or 14668286. OLE color: 14668286.
HSL color Cylindrical-coordinate representation of color #FED1DF: hue angle of 341.33º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FED1DF is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 223 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.00 |
| HSL | 341.33º | 0.96% | 0.91% | - |
| HSV(B) | 341.33º | 0.18% | 1% | - |
| XYZ | 76.99 | 72 | 79.65 | - |
| YUV | 224.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 223 | 0 | 0.18 | 0.12 | 0.00 | 341.33 | 0.96 | 0.91 |
| Hex | FE | D1 | DF | 0 | 12 | C | 0 | 155 | 60 | 5B |
| Octal | 376 | 321 | 337 | 0 | 22 | 14 | 0 | 525 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11011111 | 0 | 10010 | 1100 | 0 | 101010101 | 1100000 | 1011011 |
Color Harmonies of #FED1DF
Complementary color
Monochromatic Colors of #FED1DF
Black with #FED1DF
Text Example
Text Example
White with #FED1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1DF; }
p { color: rgb(254,209,223); }
H1.HeaderClassName
{
color: #FED1DF;
}
.AnyTagClassName
{
color: #FED1DF;
}
</style>
background-color css
<style>
a { background-color: #FED1DF; }
a { background-color: rgb(254,209,223); }
div.DivClassName
{
background-color: #FED1DF;
}
.BgClassName
{
background-color: #FED1DF;
}
</style>
border-color css
<style>
span { border-color: #FED1DF; }
span { border-color: rgb(254,209,223); }
td.TdClassName
{
border-color: #FED1DF;
}
.TagClassName
{
border-color: #FED1DF;
}
</style>