Shades of Pig Pink #FEDEF1
Tints of Pig Pink #FEDEF1
RGB
CMYK
RGB Variations
Color information
#FEDEF1 (or 0xFEDEF1) is known color: Pig Pink. HEX triplet: FE, DE and F1. RGB value is (254,222,241). Sum of RGB (Red+Green+Blue) = 254+222+241=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 222 (87.11% from 255 or 30.96% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDEF1 is #01210E. Grayscale: #E9E9E9. Windows color (decimal): -73999 or 15851262. OLE color: 15851262.
HSL color Cylindrical-coordinate representation of color #FEDEF1: hue angle of 324.38º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDEF1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 222 | 241 | - |
CMYK | 0 | 0.13 | 0.05 | 0.00 |
HSL | 324.38º | 0.94% | 0.93% | - |
HSV(B) | 324.38º | 0.13% | 1% | - |
XYZ | 82.87 | 79.66 | 94.23 | - |
YUV | 233.73 | 132.1 | 142.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 222 | 241 | 0 | 0.13 | 0.05 | 0.00 | 324.38 | 0.94 | 0.93 |
Hex | FE | DE | F1 | 0 | D | 5 | 0 | 144 | 5E | 5D |
Octal | 376 | 336 | 361 | 0 | 15 | 5 | 0 | 504 | 136 | 135 |
Binary | 11111110 | 11011110 | 11110001 | 0 | 1101 | 101 | 0 | 101000100 | 1011110 | 1011101 |
Color Harmonies of #FEDEF1
Complementary color
Monochromatic Colors of #FEDEF1
Black with #FEDEF1
Text Example
Text Example
White with #FEDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDEF1; }
p { color: rgb(254,222,241); }
H1.HeaderClassName
{
color: #FEDEF1;
}
.AnyTagClassName
{
color: #FEDEF1;
}
</style>
background-color css
<style>
a { background-color: #FEDEF1; }
a { background-color: rgb(254,222,241); }
div.DivClassName
{
background-color: #FEDEF1;
}
.BgClassName
{
background-color: #FEDEF1;
}
</style>
border-color css
<style>
span { border-color: #FEDEF1; }
span { border-color: rgb(254,222,241); }
td.TdClassName
{
border-color: #FEDEF1;
}
.TagClassName
{
border-color: #FEDEF1;
}
</style>