Shades of Pig Pink #FECFE6
Tints of Pig Pink #FECFE6
RGB
CMYK
RGB Variations
Color information
#FECFE6 (or 0xFECFE6) is known color: Pig Pink. HEX triplet: FE, CF and E6. RGB value is (254,207,230). Sum of RGB (Red+Green+Blue) = 254+207+230=691 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.76% from 691); Green value is 207 (81.25% from 255 or 29.96% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 254 - color contains mainly: red. Hex color #FECFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECFE6 is #013019. Grayscale: #DFDFDF. Windows color (decimal): -77850 or 15126526. OLE color: 15126526.
HSL color Cylindrical-coordinate representation of color #FECFE6: hue angle of 330.64º 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 #FECFE6 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 207 | 230 | - |
CMYK | 0 | 0.19 | 0.09 | 0.00 |
HSL | 330.64º | 0.96% | 0.9% | - |
HSV(B) | 330.64º | 0.19% | 1% | - |
XYZ | 77.47 | 71.41 | 84.56 | - |
YUV | 223.68 | 131.57 | 149.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 207 | 230 | 0 | 0.19 | 0.09 | 0.00 | 330.64 | 0.96 | 0.9 |
Hex | FE | CF | E6 | 0 | 13 | 9 | 0 | 14B | 60 | 5A |
Octal | 376 | 317 | 346 | 0 | 23 | 11 | 0 | 513 | 140 | 132 |
Binary | 11111110 | 11001111 | 11100110 | 0 | 10011 | 1001 | 0 | 101001011 | 1100000 | 1011010 |
Color Harmonies of #FECFE6
Complementary color
Monochromatic Colors of #FECFE6
Black with #FECFE6
Text Example
Text Example
White with #FECFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECFE6; }
p { color: rgb(254,207,230); }
H1.HeaderClassName
{
color: #FECFE6;
}
.AnyTagClassName
{
color: #FECFE6;
}
</style>
background-color css
<style>
a { background-color: #FECFE6; }
a { background-color: rgb(254,207,230); }
div.DivClassName
{
background-color: #FECFE6;
}
.BgClassName
{
background-color: #FECFE6;
}
</style>
border-color css
<style>
span { border-color: #FECFE6; }
span { border-color: rgb(254,207,230); }
td.TdClassName
{
border-color: #FECFE6;
}
.TagClassName
{
border-color: #FECFE6;
}
</style>