Shades of Pig Pink #FED2ED
Tints of Pig Pink #FED2ED
RGB
CMYK
RGB Variations
Color information
#FED2ED (or 0xFED2ED) is known color: Pig Pink. HEX triplet: FE, D2 and ED. RGB value is (254,210,237). Sum of RGB (Red+Green+Blue) = 254+210+237=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 210 (82.42% from 255 or 29.96% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED2ED is #012D12. Grayscale: #E2E2E2. Windows color (decimal): -77075 or 15586046. OLE color: 15586046.
HSL color Cylindrical-coordinate representation of color #FED2ED: hue angle of 323.18º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED2ED is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 210 | 237 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.00 |
| HSL | 323.18º | 0.96% | 0.91% | - |
| HSV(B) | 323.18º | 0.17% | 1% | - |
| XYZ | 79.21 | 73.28 | 90.09 | - |
| YUV | 226.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 210 | 237 | 0 | 0.17 | 0.07 | 0.00 | 323.18 | 0.96 | 0.91 |
| Hex | FE | D2 | ED | 0 | 11 | 7 | 0 | 143 | 60 | 5B |
| Octal | 376 | 322 | 355 | 0 | 21 | 7 | 0 | 503 | 140 | 133 |
| Binary | 11111110 | 11010010 | 11101101 | 0 | 10001 | 111 | 0 | 101000011 | 1100000 | 1011011 |
Color Harmonies of #FED2ED
Complementary color
Monochromatic Colors of #FED2ED
Black with #FED2ED
Text Example
Text Example
White with #FED2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED2ED; }
p { color: rgb(254,210,237); }
H1.HeaderClassName
{
color: #FED2ED;
}
.AnyTagClassName
{
color: #FED2ED;
}
</style>
background-color css
<style>
a { background-color: #FED2ED; }
a { background-color: rgb(254,210,237); }
div.DivClassName
{
background-color: #FED2ED;
}
.BgClassName
{
background-color: #FED2ED;
}
</style>
border-color css
<style>
span { border-color: #FED2ED; }
span { border-color: rgb(254,210,237); }
td.TdClassName
{
border-color: #FED2ED;
}
.TagClassName
{
border-color: #FED2ED;
}
</style>