Shades of Pig Pink #FEDFF4
Tints of Pig Pink #FEDFF4
RGB
CMYK
RGB Variations
Color information
#FEDFF4 (or 0xFEDFF4) is known color: Pig Pink. HEX triplet: FE, DF and F4. RGB value is (254,223,244). Sum of RGB (Red+Green+Blue) = 254+223+244=721 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.23% from 721); Green value is 223 (87.5% from 255 or 30.93% from 721); Blue value is 244 (95.70% from 255 or 33.84% from 721); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF4 is #01200B. Grayscale: #EAEAEA. Windows color (decimal): -73740 or 16048126. OLE color: 16048126.
HSL color Cylindrical-coordinate representation of color #FEDFF4: hue angle of 319.35º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEDFF4 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 244 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.00 |
| HSL | 319.35º | 0.94% | 0.94% | - |
| HSV(B) | 319.35º | 0.12% | 1% | - |
| XYZ | 83.59 | 80.38 | 96.7 | - |
| YUV | 234.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 244 | 0 | 0.12 | 0.04 | 0.00 | 319.35 | 0.94 | 0.94 |
| Hex | FE | DF | F4 | 0 | C | 4 | 0 | 13F | 5E | 5E |
| Octal | 376 | 337 | 364 | 0 | 14 | 4 | 0 | 477 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11110100 | 0 | 1100 | 100 | 0 | 100111111 | 1011110 | 1011110 |
Color Harmonies of #FEDFF4
Complementary color
Monochromatic Colors of #FEDFF4
Black with #FEDFF4
Text Example
Text Example
White with #FEDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFF4; }
p { color: rgb(254,223,244); }
H1.HeaderClassName
{
color: #FEDFF4;
}
.AnyTagClassName
{
color: #FEDFF4;
}
</style>
background-color css
<style>
a { background-color: #FEDFF4; }
a { background-color: rgb(254,223,244); }
div.DivClassName
{
background-color: #FEDFF4;
}
.BgClassName
{
background-color: #FEDFF4;
}
</style>
border-color css
<style>
span { border-color: #FEDFF4; }
span { border-color: rgb(254,223,244); }
td.TdClassName
{
border-color: #FEDFF4;
}
.TagClassName
{
border-color: #FEDFF4;
}
</style>