Shades of Pig Pink #FECFEC
Tints of Pig Pink #FECFEC
RGB
CMYK
RGB Variations
Color information
#FECFEC (or 0xFECFEC) is known color: Pig Pink. HEX triplet: FE, CF and EC. RGB value is (254,207,236). Sum of RGB (Red+Green+Blue) = 254+207+236=697 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.44% from 697); Green value is 207 (81.25% from 255 or 29.70% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFEC is #013013. Grayscale: #E0E0E0. Windows color (decimal): -77844 or 15519742. OLE color: 15519742.
HSL color Cylindrical-coordinate representation of color #FECFEC: hue angle of 322.98º 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 #FECFEC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 236 | - |
CMYK | 0 | 0.19 | 0.07 | 0.00 |
HSL | 322.98º | 0.96% | 0.9% | - |
HSV(B) | 322.98º | 0.19% | 1% | - |
XYZ | 78.33 | 71.75 | 89.08 | - |
YUV | 224.36 | 134.57 | 149.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 236 | 0 | 0.19 | 0.07 | 0.00 | 322.98 | 0.96 | 0.9 |
Hex | FE | CF | EC | 0 | 13 | 7 | 0 | 143 | 60 | 5A |
Octal | 376 | 317 | 354 | 0 | 23 | 7 | 0 | 503 | 140 | 132 |
Binary | 11111110 | 11001111 | 11101100 | 0 | 10011 | 111 | 0 | 101000011 | 1100000 | 1011010 |
Color Harmonies of #FECFEC
Complementary color
Monochromatic Colors of #FECFEC
Black with #FECFEC
Text Example
Text Example
White with #FECFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFEC; }
p { color: rgb(254,207,236); }
H1.HeaderClassName
{
color: #FECFEC;
}
.AnyTagClassName
{
color: #FECFEC;
}
</style>
background-color css
<style>
a { background-color: #FECFEC; }
a { background-color: rgb(254,207,236); }
div.DivClassName
{
background-color: #FECFEC;
}
.BgClassName
{
background-color: #FECFEC;
}
</style>
border-color css
<style>
span { border-color: #FECFEC; }
span { border-color: rgb(254,207,236); }
td.TdClassName
{
border-color: #FECFEC;
}
.TagClassName
{
border-color: #FECFEC;
}
</style>