Shades of Pig Pink #FED4F1
Tints of Pig Pink #FED4F1
RGB
CMYK
RGB Variations
Color information
#FED4F1 (or 0xFED4F1) is known color: Pig Pink. HEX triplet: FE, D4 and F1. RGB value is (254,212,241). Sum of RGB (Red+Green+Blue) = 254+212+241=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 212 (83.20% from 255 or 29.99% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F1 is #012B0E. Grayscale: #E3E3E3. Windows color (decimal): -76559 or 15848702. OLE color: 15848702.
HSL color Cylindrical-coordinate representation of color #FED4F1: hue angle of 318.57º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED4F1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 241 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.00 |
| HSL | 318.57º | 0.95% | 0.91% | - |
| HSV(B) | 318.57º | 0.17% | 1% | - |
| XYZ | 80.29 | 74.51 | 93.37 | - |
| YUV | 227.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 241 | 0 | 0.17 | 0.05 | 0.00 | 318.57 | 0.95 | 0.91 |
| Hex | FE | D4 | F1 | 0 | 11 | 5 | 0 | 13F | 5F | 5B |
| Octal | 376 | 324 | 361 | 0 | 21 | 5 | 0 | 477 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11110001 | 0 | 10001 | 101 | 0 | 100111111 | 1011111 | 1011011 |
Color Harmonies of #FED4F1
Complementary color
Monochromatic Colors of #FED4F1
Black with #FED4F1
Text Example
Text Example
White with #FED4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4F1; }
p { color: rgb(254,212,241); }
H1.HeaderClassName
{
color: #FED4F1;
}
.AnyTagClassName
{
color: #FED4F1;
}
</style>
background-color css
<style>
a { background-color: #FED4F1; }
a { background-color: rgb(254,212,241); }
div.DivClassName
{
background-color: #FED4F1;
}
.BgClassName
{
background-color: #FED4F1;
}
</style>
border-color css
<style>
span { border-color: #FED4F1; }
span { border-color: rgb(254,212,241); }
td.TdClassName
{
border-color: #FED4F1;
}
.TagClassName
{
border-color: #FED4F1;
}
</style>