Shades of Pig Pink #FECEE2
Tints of Pig Pink #FECEE2
RGB
CMYK
RGB Variations
Color information
#FECEE2 (or 0xFECEE2) is known color: Pig Pink. HEX triplet: FE, CE and E2. RGB value is (254,206,226). Sum of RGB (Red+Green+Blue) = 254+206+226=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 206 (80.86% from 255 or 30.03% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FECEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECEE2 is #01311D. Grayscale: #DEDEDE. Windows color (decimal): -78110 or 14864126. OLE color: 14864126.
HSL color Cylindrical-coordinate representation of color #FECEE2: hue angle of 335º 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 #FECEE2 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 206 | 226 | - |
CMYK | 0 | 0.19 | 0.11 | 0.00 |
HSL | 335º | 0.96% | 0.9% | - |
HSV(B) | 335º | 0.19% | 1% | - |
XYZ | 76.67 | 70.7 | 81.56 | - |
YUV | 222.63 | 129.9 | 150.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 206 | 226 | 0 | 0.19 | 0.11 | 0.00 | 335 | 0.96 | 0.9 |
Hex | FE | CE | E2 | 0 | 13 | B | 0 | 14F | 60 | 5A |
Octal | 376 | 316 | 342 | 0 | 23 | 13 | 0 | 517 | 140 | 132 |
Binary | 11111110 | 11001110 | 11100010 | 0 | 10011 | 1011 | 0 | 101001111 | 1100000 | 1011010 |
Color Harmonies of #FECEE2
Complementary color
Monochromatic Colors of #FECEE2
Black with #FECEE2
Text Example
Text Example
White with #FECEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FECEE2; }
p { color: rgb(254,206,226); }
H1.HeaderClassName
{
color: #FECEE2;
}
.AnyTagClassName
{
color: #FECEE2;
}
</style>
background-color css
<style>
a { background-color: #FECEE2; }
a { background-color: rgb(254,206,226); }
div.DivClassName
{
background-color: #FECEE2;
}
.BgClassName
{
background-color: #FECEE2;
}
</style>
border-color css
<style>
span { border-color: #FECEE2; }
span { border-color: rgb(254,206,226); }
td.TdClassName
{
border-color: #FECEE2;
}
.TagClassName
{
border-color: #FECEE2;
}
</style>