Shades of Pig Pink #FECEE4
Tints of Pig Pink #FECEE4
RGB
CMYK
RGB Variations
Color information
#FECEE4 (or 0xFECEE4) is known color: Pig Pink. HEX triplet: FE, CE and E4. RGB value is (254,206,228). Sum of RGB (Red+Green+Blue) = 254+206+228=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 206 (80.86% from 255 or 29.94% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEE4 is #01311B. Grayscale: #DEDEDE. Windows color (decimal): -78108 or 14995198. OLE color: 14995198.
HSL color Cylindrical-coordinate representation of color #FECEE4: hue angle of 332.5º 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 #FECEE4 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 228 | - |
CMYK | 0 | 0.19 | 0.10 | 0.00 |
HSL | 332.5º | 0.96% | 0.9% | - |
HSV(B) | 332.5º | 0.19% | 1% | - |
XYZ | 76.95 | 70.81 | 83.01 | - |
YUV | 222.86 | 130.9 | 150.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 228 | 0 | 0.19 | 0.10 | 0.00 | 332.5 | 0.96 | 0.9 |
Hex | FE | CE | E4 | 0 | 13 | A | 0 | 14C | 60 | 5A |
Octal | 376 | 316 | 344 | 0 | 23 | 12 | 0 | 514 | 140 | 132 |
Binary | 11111110 | 11001110 | 11100100 | 0 | 10011 | 1010 | 0 | 101001100 | 1100000 | 1011010 |
Color Harmonies of #FECEE4
Complementary color
Monochromatic Colors of #FECEE4
Black with #FECEE4
Text Example
Text Example
White with #FECEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEE4; }
p { color: rgb(254,206,228); }
H1.HeaderClassName
{
color: #FECEE4;
}
.AnyTagClassName
{
color: #FECEE4;
}
</style>
background-color css
<style>
a { background-color: #FECEE4; }
a { background-color: rgb(254,206,228); }
div.DivClassName
{
background-color: #FECEE4;
}
.BgClassName
{
background-color: #FECEE4;
}
</style>
border-color css
<style>
span { border-color: #FECEE4; }
span { border-color: rgb(254,206,228); }
td.TdClassName
{
border-color: #FECEE4;
}
.TagClassName
{
border-color: #FECEE4;
}
</style>