Shades of Pig Pink #FED1E6
Tints of Pig Pink #FED1E6
RGB
CMYK
RGB Variations
Color information
#FED1E6 (or 0xFED1E6) is known color: Pig Pink. HEX triplet: FE, D1 and E6. RGB value is (254,209,230). Sum of RGB (Red+Green+Blue) = 254+209+230=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 209 (82.03% from 255 or 30.16% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED1E6 is #012E19. Grayscale: #E0E0E0. Windows color (decimal): -77338 or 15127038. OLE color: 15127038.
HSL color Cylindrical-coordinate representation of color #FED1E6: hue angle of 332º 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 #FED1E6 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 209 | 230 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.00 |
| HSL | 332º | 0.96% | 0.91% | - |
| HSV(B) | 332º | 0.18% | 1% | - |
| XYZ | 77.96 | 72.38 | 84.73 | - |
| YUV | 224.85 | 130.91 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 209 | 230 | 0 | 0.18 | 0.09 | 0.00 | 332 | 0.96 | 0.91 |
| Hex | FE | D1 | E6 | 0 | 12 | 9 | 0 | 14C | 60 | 5B |
| Octal | 376 | 321 | 346 | 0 | 22 | 11 | 0 | 514 | 140 | 133 |
| Binary | 11111110 | 11010001 | 11100110 | 0 | 10010 | 1001 | 0 | 101001100 | 1100000 | 1011011 |
Color Harmonies of #FED1E6
Complementary color
Monochromatic Colors of #FED1E6
Black with #FED1E6
Text Example
Text Example
White with #FED1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED1E6; }
p { color: rgb(254,209,230); }
H1.HeaderClassName
{
color: #FED1E6;
}
.AnyTagClassName
{
color: #FED1E6;
}
</style>
background-color css
<style>
a { background-color: #FED1E6; }
a { background-color: rgb(254,209,230); }
div.DivClassName
{
background-color: #FED1E6;
}
.BgClassName
{
background-color: #FED1E6;
}
</style>
border-color css
<style>
span { border-color: #FED1E6; }
span { border-color: rgb(254,209,230); }
td.TdClassName
{
border-color: #FED1E6;
}
.TagClassName
{
border-color: #FED1E6;
}
</style>