Shades of Pig Pink #FED4F3
Tints of Pig Pink #FED4F3
RGB
CMYK
RGB Variations
Color information
#FED4F3 (or 0xFED4F3) is known color: Pig Pink. HEX triplet: FE, D4 and F3. RGB value is (254,212,243). Sum of RGB (Red+Green+Blue) = 254+212+243=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 212 (83.20% from 255 or 29.90% from 709); Blue value is 243 (95.31% from 255 or 34.27% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F3 is #012B0C. Grayscale: #E4E4E4. Windows color (decimal): -76557 or 15979774. OLE color: 15979774.
HSL color Cylindrical-coordinate representation of color #FED4F3: hue angle of 315.71º 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 #FED4F3 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 243 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.00 |
| HSL | 315.71º | 0.95% | 0.91% | - |
| HSV(B) | 315.71º | 0.17% | 1% | - |
| XYZ | 80.59 | 74.63 | 94.95 | - |
| YUV | 228.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 243 | 0 | 0.17 | 0.04 | 0.00 | 315.71 | 0.95 | 0.91 |
| Hex | FE | D4 | F3 | 0 | 11 | 4 | 0 | 13C | 5F | 5B |
| Octal | 376 | 324 | 363 | 0 | 21 | 4 | 0 | 474 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11110011 | 0 | 10001 | 100 | 0 | 100111100 | 1011111 | 1011011 |
Color Harmonies of #FED4F3
Complementary color
Monochromatic Colors of #FED4F3
Black with #FED4F3
Text Example
Text Example
White with #FED4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4F3; }
p { color: rgb(254,212,243); }
H1.HeaderClassName
{
color: #FED4F3;
}
.AnyTagClassName
{
color: #FED4F3;
}
</style>
background-color css
<style>
a { background-color: #FED4F3; }
a { background-color: rgb(254,212,243); }
div.DivClassName
{
background-color: #FED4F3;
}
.BgClassName
{
background-color: #FED4F3;
}
</style>
border-color css
<style>
span { border-color: #FED4F3; }
span { border-color: rgb(254,212,243); }
td.TdClassName
{
border-color: #FED4F3;
}
.TagClassName
{
border-color: #FED4F3;
}
</style>