Shades of Pig Pink #FEDFF1
Tints of Pig Pink #FEDFF1
RGB
CMYK
RGB Variations
Color information
#FEDFF1 (or 0xFEDFF1) is known color: Pig Pink. HEX triplet: FE, DF and F1. RGB value is (254,223,241). Sum of RGB (Red+Green+Blue) = 254+223+241=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDFF1 is #01200E. Grayscale: #EAEAEA. Windows color (decimal): -73743 or 15851518. OLE color: 15851518.
HSL color Cylindrical-coordinate representation of color #FEDFF1: hue angle of 325.16º 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 #FEDFF1 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 241 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.00 |
| HSL | 325.16º | 0.94% | 0.94% | - |
| HSV(B) | 325.16º | 0.12% | 1% | - |
| XYZ | 83.14 | 80.2 | 94.32 | - |
| YUV | 234.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 241 | 0 | 0.12 | 0.05 | 0.00 | 325.16 | 0.94 | 0.94 |
| Hex | FE | DF | F1 | 0 | C | 5 | 0 | 145 | 5E | 5E |
| Octal | 376 | 337 | 361 | 0 | 14 | 5 | 0 | 505 | 136 | 136 |
| Binary | 11111110 | 11011111 | 11110001 | 0 | 1100 | 101 | 0 | 101000101 | 1011110 | 1011110 |
Color Harmonies of #FEDFF1
Complementary color
Monochromatic Colors of #FEDFF1
Black with #FEDFF1
Text Example
Text Example
White with #FEDFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDFF1; }
p { color: rgb(254,223,241); }
H1.HeaderClassName
{
color: #FEDFF1;
}
.AnyTagClassName
{
color: #FEDFF1;
}
</style>
background-color css
<style>
a { background-color: #FEDFF1; }
a { background-color: rgb(254,223,241); }
div.DivClassName
{
background-color: #FEDFF1;
}
.BgClassName
{
background-color: #FEDFF1;
}
</style>
border-color css
<style>
span { border-color: #FEDFF1; }
span { border-color: rgb(254,223,241); }
td.TdClassName
{
border-color: #FEDFF1;
}
.TagClassName
{
border-color: #FEDFF1;
}
</style>