Shades of Pig Pink #FEDCED
Tints of Pig Pink #FEDCED
RGB
CMYK
RGB Variations
Color information
#FEDCED (or 0xFEDCED) is known color: Pig Pink. HEX triplet: FE, DC and ED. RGB value is (254,220,237). Sum of RGB (Red+Green+Blue) = 254+220+237=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDCED is #012312. Grayscale: #E8E8E8. Windows color (decimal): -74515 or 15588606. OLE color: 15588606.
HSL color Cylindrical-coordinate representation of color #FEDCED: hue angle of 330º 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 #FEDCED is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 220 | 237 | - |
CMYK | 0 | 0.13 | 0.07 | 0.00 |
HSL | 330º | 0.94% | 0.93% | - |
HSV(B) | 330º | 0.13% | 1% | - |
XYZ | 81.75 | 78.37 | 90.94 | - |
YUV | 232.1 | 130.76 | 143.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 220 | 237 | 0 | 0.13 | 0.07 | 0.00 | 330 | 0.94 | 0.93 |
Hex | FE | DC | ED | 0 | D | 7 | 0 | 14A | 5E | 5D |
Octal | 376 | 334 | 355 | 0 | 15 | 7 | 0 | 512 | 136 | 135 |
Binary | 11111110 | 11011100 | 11101101 | 0 | 1101 | 111 | 0 | 101001010 | 1011110 | 1011101 |
Color Harmonies of #FEDCED
Complementary color
Monochromatic Colors of #FEDCED
Black with #FEDCED
Text Example
Text Example
White with #FEDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDCED; }
p { color: rgb(254,220,237); }
H1.HeaderClassName
{
color: #FEDCED;
}
.AnyTagClassName
{
color: #FEDCED;
}
</style>
background-color css
<style>
a { background-color: #FEDCED; }
a { background-color: rgb(254,220,237); }
div.DivClassName
{
background-color: #FEDCED;
}
.BgClassName
{
background-color: #FEDCED;
}
</style>
border-color css
<style>
span { border-color: #FEDCED; }
span { border-color: rgb(254,220,237); }
td.TdClassName
{
border-color: #FEDCED;
}
.TagClassName
{
border-color: #FEDCED;
}
</style>