Shades of Pig Pink #FED4ED
Tints of Pig Pink #FED4ED
RGB
CMYK
RGB Variations
Color information
#FED4ED (or 0xFED4ED) is known color: Pig Pink. HEX triplet: FE, D4 and ED. RGB value is (254,212,237). Sum of RGB (Red+Green+Blue) = 254+212+237=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 212 (83.20% from 255 or 30.16% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED4ED is #012B12. Grayscale: #E3E3E3. Windows color (decimal): -76563 or 15586558. OLE color: 15586558.
HSL color Cylindrical-coordinate representation of color #FED4ED: hue angle of 324.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 #FED4ED is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 212 | 237 | - |
CMYK | 0 | 0.17 | 0.07 | 0.00 |
HSL | 324.29º | 0.95% | 0.91% | - |
HSV(B) | 324.29º | 0.17% | 1% | - |
XYZ | 79.7 | 74.27 | 90.26 | - |
YUV | 227.41 | 133.41 | 146.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 212 | 237 | 0 | 0.17 | 0.07 | 0.00 | 324.29 | 0.95 | 0.91 |
Hex | FE | D4 | ED | 0 | 11 | 7 | 0 | 144 | 5F | 5B |
Octal | 376 | 324 | 355 | 0 | 21 | 7 | 0 | 504 | 137 | 133 |
Binary | 11111110 | 11010100 | 11101101 | 0 | 10001 | 111 | 0 | 101000100 | 1011111 | 1011011 |
Color Harmonies of #FED4ED
Complementary color
Monochromatic Colors of #FED4ED
Black with #FED4ED
Text Example
Text Example
White with #FED4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED4ED; }
p { color: rgb(254,212,237); }
H1.HeaderClassName
{
color: #FED4ED;
}
.AnyTagClassName
{
color: #FED4ED;
}
</style>
background-color css
<style>
a { background-color: #FED4ED; }
a { background-color: rgb(254,212,237); }
div.DivClassName
{
background-color: #FED4ED;
}
.BgClassName
{
background-color: #FED4ED;
}
</style>
border-color css
<style>
span { border-color: #FED4ED; }
span { border-color: rgb(254,212,237); }
td.TdClassName
{
border-color: #FED4ED;
}
.TagClassName
{
border-color: #FED4ED;
}
</style>