Shades of Pig Pink #FED5ED
Tints of Pig Pink #FED5ED
RGB
CMYK
RGB Variations
Color information
#FED5ED (or 0xFED5ED) is known color: Pig Pink. HEX triplet: FE, D5 and ED. RGB value is (254,213,237). Sum of RGB (Red+Green+Blue) = 254+213+237=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 213 (83.59% from 255 or 30.26% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED5ED is #012A12. Grayscale: #E3E3E3. Windows color (decimal): -76307 or 15586814. OLE color: 15586814.
HSL color Cylindrical-coordinate representation of color #FED5ED: hue angle of 324.88º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED5ED is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 213 | 237 | - |
CMYK | 0 | 0.16 | 0.07 | 0.00 |
HSL | 324.88º | 0.95% | 0.92% | - |
HSV(B) | 324.88º | 0.16% | 1% | - |
XYZ | 79.95 | 74.77 | 90.34 | - |
YUV | 228 | 133.08 | 146.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 213 | 237 | 0 | 0.16 | 0.07 | 0.00 | 324.88 | 0.95 | 0.92 |
Hex | FE | D5 | ED | 0 | 10 | 7 | 0 | 145 | 5F | 5C |
Octal | 376 | 325 | 355 | 0 | 20 | 7 | 0 | 505 | 137 | 134 |
Binary | 11111110 | 11010101 | 11101101 | 0 | 10000 | 111 | 0 | 101000101 | 1011111 | 1011100 |
Color Harmonies of #FED5ED
Complementary color
Monochromatic Colors of #FED5ED
Black with #FED5ED
Text Example
Text Example
White with #FED5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED5ED; }
p { color: rgb(254,213,237); }
H1.HeaderClassName
{
color: #FED5ED;
}
.AnyTagClassName
{
color: #FED5ED;
}
</style>
background-color css
<style>
a { background-color: #FED5ED; }
a { background-color: rgb(254,213,237); }
div.DivClassName
{
background-color: #FED5ED;
}
.BgClassName
{
background-color: #FED5ED;
}
</style>
border-color css
<style>
span { border-color: #FED5ED; }
span { border-color: rgb(254,213,237); }
td.TdClassName
{
border-color: #FED5ED;
}
.TagClassName
{
border-color: #FED5ED;
}
</style>