Shades of Pig Pink #FECFE9
Tints of Pig Pink #FECFE9
RGB
CMYK
RGB Variations
Color information
#FECFE9 (or 0xFECFE9) is known color: Pig Pink. HEX triplet: FE, CF and E9. RGB value is (254,207,233). Sum of RGB (Red+Green+Blue) = 254+207+233=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 207 (81.25% from 255 or 29.83% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFE9 is #013016. Grayscale: #DFDFDF. Windows color (decimal): -77847 or 15323134. OLE color: 15323134.
HSL color Cylindrical-coordinate representation of color #FECFE9: hue angle of 326.81º 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 #FECFE9 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 233 | - |
CMYK | 0 | 0.19 | 0.08 | 0.00 |
HSL | 326.81º | 0.96% | 0.9% | - |
HSV(B) | 326.81º | 0.19% | 1% | - |
XYZ | 77.89 | 71.58 | 86.8 | - |
YUV | 224.02 | 133.07 | 149.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 233 | 0 | 0.19 | 0.08 | 0.00 | 326.81 | 0.96 | 0.9 |
Hex | FE | CF | E9 | 0 | 13 | 8 | 0 | 147 | 60 | 5A |
Octal | 376 | 317 | 351 | 0 | 23 | 10 | 0 | 507 | 140 | 132 |
Binary | 11111110 | 11001111 | 11101001 | 0 | 10011 | 1000 | 0 | 101000111 | 1100000 | 1011010 |
Color Harmonies of #FECFE9
Complementary color
Monochromatic Colors of #FECFE9
Black with #FECFE9
Text Example
Text Example
White with #FECFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFE9; }
p { color: rgb(254,207,233); }
H1.HeaderClassName
{
color: #FECFE9;
}
.AnyTagClassName
{
color: #FECFE9;
}
</style>
background-color css
<style>
a { background-color: #FECFE9; }
a { background-color: rgb(254,207,233); }
div.DivClassName
{
background-color: #FECFE9;
}
.BgClassName
{
background-color: #FECFE9;
}
</style>
border-color css
<style>
span { border-color: #FECFE9; }
span { border-color: rgb(254,207,233); }
td.TdClassName
{
border-color: #FECFE9;
}
.TagClassName
{
border-color: #FECFE9;
}
</style>