Shades of Pig Pink #FECDDF
Tints of Pig Pink #FECDDF
RGB
CMYK
RGB Variations
Color information
#FECDDF (or 0xFECDDF) is known color: Pig Pink. HEX triplet: FE, CD and DF. RGB value is (254,205,223). Sum of RGB (Red+Green+Blue) = 254+205+223=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 205 (80.47% from 255 or 30.06% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECDDF is #013220. Grayscale: #DDDDDD. Windows color (decimal): -78369 or 14667262. OLE color: 14667262.
HSL color Cylindrical-coordinate representation of color #FECDDF: hue angle of 337.96º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FECDDF is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 205 | 223 | - |
CMYK | 0 | 0.19 | 0.12 | 0.00 |
HSL | 337.96º | 0.96% | 0.9% | - |
HSV(B) | 337.96º | 0.19% | 1% | - |
XYZ | 76.02 | 70.06 | 79.33 | - |
YUV | 221.7 | 128.73 | 151.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 205 | 223 | 0 | 0.19 | 0.12 | 0.00 | 337.96 | 0.96 | 0.9 |
Hex | FE | CD | DF | 0 | 13 | C | 0 | 152 | 60 | 5A |
Octal | 376 | 315 | 337 | 0 | 23 | 14 | 0 | 522 | 140 | 132 |
Binary | 11111110 | 11001101 | 11011111 | 0 | 10011 | 1100 | 0 | 101010010 | 1100000 | 1011010 |
Color Harmonies of #FECDDF
Complementary color
Monochromatic Colors of #FECDDF
Black with #FECDDF
Text Example
Text Example
White with #FECDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECDDF; }
p { color: rgb(254,205,223); }
H1.HeaderClassName
{
color: #FECDDF;
}
.AnyTagClassName
{
color: #FECDDF;
}
</style>
background-color css
<style>
a { background-color: #FECDDF; }
a { background-color: rgb(254,205,223); }
div.DivClassName
{
background-color: #FECDDF;
}
.BgClassName
{
background-color: #FECDDF;
}
</style>
border-color css
<style>
span { border-color: #FECDDF; }
span { border-color: rgb(254,205,223); }
td.TdClassName
{
border-color: #FECDDF;
}
.TagClassName
{
border-color: #FECDDF;
}
</style>