Shades of Pig Pink #FECFEB
Tints of Pig Pink #FECFEB
RGB
CMYK
RGB Variations
Color information
#FECFEB (or 0xFECFEB) is known color: Pig Pink. HEX triplet: FE, CF and EB. RGB value is (254,207,235). Sum of RGB (Red+Green+Blue) = 254+207+235=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFEB is #013014. Grayscale: #E0E0E0. Windows color (decimal): -77845 or 15454206. OLE color: 15454206.
HSL color Cylindrical-coordinate representation of color #FECFEB: hue angle of 324.26º 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 #FECFEB is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 235 | - |
CMYK | 0 | 0.19 | 0.07 | 0.00 |
HSL | 324.26º | 0.96% | 0.9% | - |
HSV(B) | 324.26º | 0.19% | 1% | - |
XYZ | 78.18 | 71.69 | 88.32 | - |
YUV | 224.25 | 134.07 | 149.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 235 | 0 | 0.19 | 0.07 | 0.00 | 324.26 | 0.96 | 0.9 |
Hex | FE | CF | EB | 0 | 13 | 7 | 0 | 144 | 60 | 5A |
Octal | 376 | 317 | 353 | 0 | 23 | 7 | 0 | 504 | 140 | 132 |
Binary | 11111110 | 11001111 | 11101011 | 0 | 10011 | 111 | 0 | 101000100 | 1100000 | 1011010 |
Color Harmonies of #FECFEB
Complementary color
Monochromatic Colors of #FECFEB
Black with #FECFEB
Text Example
Text Example
White with #FECFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFEB; }
p { color: rgb(254,207,235); }
H1.HeaderClassName
{
color: #FECFEB;
}
.AnyTagClassName
{
color: #FECFEB;
}
</style>
background-color css
<style>
a { background-color: #FECFEB; }
a { background-color: rgb(254,207,235); }
div.DivClassName
{
background-color: #FECFEB;
}
.BgClassName
{
background-color: #FECFEB;
}
</style>
border-color css
<style>
span { border-color: #FECFEB; }
span { border-color: rgb(254,207,235); }
td.TdClassName
{
border-color: #FECFEB;
}
.TagClassName
{
border-color: #FECFEB;
}
</style>