Shades of Pig Pink #FED4F4
Tints of Pig Pink #FED4F4
RGB
CMYK
RGB Variations
Color information
#FED4F4 (or 0xFED4F4) is known color: Pig Pink. HEX triplet: FE, D4 and F4. RGB value is (254,212,244). Sum of RGB (Red+Green+Blue) = 254+212+244=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 212 (83.20% from 255 or 29.86% from 710); Blue value is 244 (95.70% from 255 or 34.37% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4F4 is #012B0B. Grayscale: #E4E4E4. Windows color (decimal): -76556 or 16045310. OLE color: 16045310.
HSL color Cylindrical-coordinate representation of color #FED4F4: hue angle of 314.29º 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 #FED4F4 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 244 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.00 |
| HSL | 314.29º | 0.95% | 0.91% | - |
| HSV(B) | 314.29º | 0.17% | 1% | - |
| XYZ | 80.75 | 74.69 | 95.75 | - |
| YUV | 228.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 244 | 0 | 0.17 | 0.04 | 0.00 | 314.29 | 0.95 | 0.91 |
| Hex | FE | D4 | F4 | 0 | 11 | 4 | 0 | 13A | 5F | 5B |
| Octal | 376 | 324 | 364 | 0 | 21 | 4 | 0 | 472 | 137 | 133 |
| Binary | 11111110 | 11010100 | 11110100 | 0 | 10001 | 100 | 0 | 100111010 | 1011111 | 1011011 |
Color Harmonies of #FED4F4
Complementary color
Monochromatic Colors of #FED4F4
Black with #FED4F4
Text Example
Text Example
White with #FED4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4F4; }
p { color: rgb(254,212,244); }
H1.HeaderClassName
{
color: #FED4F4;
}
.AnyTagClassName
{
color: #FED4F4;
}
</style>
background-color css
<style>
a { background-color: #FED4F4; }
a { background-color: rgb(254,212,244); }
div.DivClassName
{
background-color: #FED4F4;
}
.BgClassName
{
background-color: #FED4F4;
}
</style>
border-color css
<style>
span { border-color: #FED4F4; }
span { border-color: rgb(254,212,244); }
td.TdClassName
{
border-color: #FED4F4;
}
.TagClassName
{
border-color: #FED4F4;
}
</style>