Shades of Pig Pink #FED3DF
Tints of Pig Pink #FED3DF
RGB
CMYK
RGB Variations
Color information
#FED3DF (or 0xFED3DF) is known color: Pig Pink. HEX triplet: FE, D3 and DF. RGB value is (254,211,223). Sum of RGB (Red+Green+Blue) = 254+211+223=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 211 (82.81% from 255 or 30.67% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3DF is #012C20. Grayscale: #E1E1E1. Windows color (decimal): -76833 or 14668798. OLE color: 14668798.
HSL color Cylindrical-coordinate representation of color #FED3DF: hue angle of 343.26º 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 #FED3DF is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 211 | 223 | - |
CMYK | 0 | 0.17 | 0.12 | 0.00 |
HSL | 343.26º | 0.96% | 0.91% | - |
HSV(B) | 343.26º | 0.17% | 1% | - |
XYZ | 77.49 | 72.99 | 79.82 | - |
YUV | 225.23 | 126.75 | 148.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 211 | 223 | 0 | 0.17 | 0.12 | 0.00 | 343.26 | 0.96 | 0.91 |
Hex | FE | D3 | DF | 0 | 11 | C | 0 | 157 | 60 | 5B |
Octal | 376 | 323 | 337 | 0 | 21 | 14 | 0 | 527 | 140 | 133 |
Binary | 11111110 | 11010011 | 11011111 | 0 | 10001 | 1100 | 0 | 101010111 | 1100000 | 1011011 |
Color Harmonies of #FED3DF
Complementary color
Monochromatic Colors of #FED3DF
Black with #FED3DF
Text Example
Text Example
White with #FED3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED3DF; }
p { color: rgb(254,211,223); }
H1.HeaderClassName
{
color: #FED3DF;
}
.AnyTagClassName
{
color: #FED3DF;
}
</style>
background-color css
<style>
a { background-color: #FED3DF; }
a { background-color: rgb(254,211,223); }
div.DivClassName
{
background-color: #FED3DF;
}
.BgClassName
{
background-color: #FED3DF;
}
</style>
border-color css
<style>
span { border-color: #FED3DF; }
span { border-color: rgb(254,211,223); }
td.TdClassName
{
border-color: #FED3DF;
}
.TagClassName
{
border-color: #FED3DF;
}
</style>