Shades of Pig Pink #FECEE6
Tints of Pig Pink #FECEE6
RGB
CMYK
RGB Variations
Color information
#FECEE6 (or 0xFECEE6) is known color: Pig Pink. HEX triplet: FE, CE and E6. RGB value is (254,206,230). Sum of RGB (Red+Green+Blue) = 254+206+230=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 206 (80.86% from 255 or 29.86% from 690); Blue value is 230 (90.23% from 255 or 33.33% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FECEE6 is #013119. Grayscale: #DFDFDF. Windows color (decimal): -78106 or 15126270. OLE color: 15126270.
HSL color Cylindrical-coordinate representation of color #FECEE6: hue angle of 330º 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 #FECEE6 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 230 | - |
CMYK | 0 | 0.19 | 0.09 | 0.00 |
HSL | 330º | 0.96% | 0.9% | - |
HSV(B) | 330º | 0.19% | 1% | - |
XYZ | 77.23 | 70.93 | 84.48 | - |
YUV | 223.09 | 131.9 | 150.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 230 | 0 | 0.19 | 0.09 | 0.00 | 330 | 0.96 | 0.9 |
Hex | FE | CE | E6 | 0 | 13 | 9 | 0 | 14A | 60 | 5A |
Octal | 376 | 316 | 346 | 0 | 23 | 11 | 0 | 512 | 140 | 132 |
Binary | 11111110 | 11001110 | 11100110 | 0 | 10011 | 1001 | 0 | 101001010 | 1100000 | 1011010 |
Color Harmonies of #FECEE6
Complementary color
Monochromatic Colors of #FECEE6
Black with #FECEE6
Text Example
Text Example
White with #FECEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEE6; }
p { color: rgb(254,206,230); }
H1.HeaderClassName
{
color: #FECEE6;
}
.AnyTagClassName
{
color: #FECEE6;
}
</style>
background-color css
<style>
a { background-color: #FECEE6; }
a { background-color: rgb(254,206,230); }
div.DivClassName
{
background-color: #FECEE6;
}
.BgClassName
{
background-color: #FECEE6;
}
</style>
border-color css
<style>
span { border-color: #FECEE6; }
span { border-color: rgb(254,206,230); }
td.TdClassName
{
border-color: #FECEE6;
}
.TagClassName
{
border-color: #FECEE6;
}
</style>