Shades of Pig Pink #FEDCF3
Tints of Pig Pink #FEDCF3
RGB
CMYK
RGB Variations
Color information
#FEDCF3 (or 0xFEDCF3) is known color: Pig Pink. HEX triplet: FE, DC and F3. RGB value is (254,220,243). Sum of RGB (Red+Green+Blue) = 254+220+243=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 243 (95.31% from 255 or 33.89% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCF3 is #01230C. Grayscale: #E8E8E8. Windows color (decimal): -74509 or 15981822. OLE color: 15981822.
HSL color Cylindrical-coordinate representation of color #FEDCF3: hue angle of 319.41º 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 #FEDCF3 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 243 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.00 |
| HSL | 319.41º | 0.94% | 0.93% | - |
| HSV(B) | 319.41º | 0.13% | 1% | - |
| XYZ | 82.64 | 78.73 | 95.63 | - |
| YUV | 232.79 | 133.76 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 243 | 0 | 0.13 | 0.04 | 0.00 | 319.41 | 0.94 | 0.93 |
| Hex | FE | DC | F3 | 0 | D | 4 | 0 | 13F | 5E | 5D |
| Octal | 376 | 334 | 363 | 0 | 15 | 4 | 0 | 477 | 136 | 135 |
| Binary | 11111110 | 11011100 | 11110011 | 0 | 1101 | 100 | 0 | 100111111 | 1011110 | 1011101 |
Color Harmonies of #FEDCF3
Complementary color
Monochromatic Colors of #FEDCF3
Black with #FEDCF3
Text Example
Text Example
White with #FEDCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCF3; }
p { color: rgb(254,220,243); }
H1.HeaderClassName
{
color: #FEDCF3;
}
.AnyTagClassName
{
color: #FEDCF3;
}
</style>
background-color css
<style>
a { background-color: #FEDCF3; }
a { background-color: rgb(254,220,243); }
div.DivClassName
{
background-color: #FEDCF3;
}
.BgClassName
{
background-color: #FEDCF3;
}
</style>
border-color css
<style>
span { border-color: #FEDCF3; }
span { border-color: rgb(254,220,243); }
td.TdClassName
{
border-color: #FEDCF3;
}
.TagClassName
{
border-color: #FEDCF3;
}
</style>