Shades of Pig Pink #FEDDF0
Tints of Pig Pink #FEDDF0
RGB
CMYK
RGB Variations
Color information
#FEDDF0 (or 0xFEDDF0) is known color: Pig Pink. HEX triplet: FE, DD and F0. RGB value is (254,221,240). Sum of RGB (Red+Green+Blue) = 254+221+240=715 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.52% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDF0 is #01220F. Grayscale: #E8E8E8. Windows color (decimal): -74256 or 15785470. OLE color: 15785470.
HSL color Cylindrical-coordinate representation of color #FEDDF0: hue angle of 325.45º 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 #FEDDF0 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 221 | 240 | - |
CMYK | 0 | 0.13 | 0.06 | 0.00 |
HSL | 325.45º | 0.94% | 0.93% | - |
HSV(B) | 325.45º | 0.13% | 1% | - |
XYZ | 82.46 | 79.08 | 93.36 | - |
YUV | 233.03 | 131.93 | 142.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 221 | 240 | 0 | 0.13 | 0.06 | 0.00 | 325.45 | 0.94 | 0.93 |
Hex | FE | DD | F0 | 0 | D | 6 | 0 | 145 | 5E | 5D |
Octal | 376 | 335 | 360 | 0 | 15 | 6 | 0 | 505 | 136 | 135 |
Binary | 11111110 | 11011101 | 11110000 | 0 | 1101 | 110 | 0 | 101000101 | 1011110 | 1011101 |
Color Harmonies of #FEDDF0
Complementary color
Monochromatic Colors of #FEDDF0
Black with #FEDDF0
Text Example
Text Example
White with #FEDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDDF0; }
p { color: rgb(254,221,240); }
H1.HeaderClassName
{
color: #FEDDF0;
}
.AnyTagClassName
{
color: #FEDDF0;
}
</style>
background-color css
<style>
a { background-color: #FEDDF0; }
a { background-color: rgb(254,221,240); }
div.DivClassName
{
background-color: #FEDDF0;
}
.BgClassName
{
background-color: #FEDDF0;
}
</style>
border-color css
<style>
span { border-color: #FEDDF0; }
span { border-color: rgb(254,221,240); }
td.TdClassName
{
border-color: #FEDDF0;
}
.TagClassName
{
border-color: #FEDDF0;
}
</style>