Shades of Pig Pink #FED6F2
Tints of Pig Pink #FED6F2
RGB
CMYK
RGB Variations
Color information
#FED6F2 (or 0xFED6F2) is known color: Pig Pink. HEX triplet: FE, D6 and F2. RGB value is (254,214,242). Sum of RGB (Red+Green+Blue) = 254+214+242=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 214 (83.98% from 255 or 30.14% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED6F2 is #01290D. Grayscale: #E5E5E5. Windows color (decimal): -76046 or 15914750. OLE color: 15914750.
HSL color Cylindrical-coordinate representation of color #FED6F2: hue angle of 318º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FED6F2 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 214 | 242 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.00 |
| HSL | 318º | 0.95% | 0.92% | - |
| HSV(B) | 318º | 0.16% | 1% | - |
| XYZ | 80.95 | 75.57 | 94.33 | - |
| YUV | 229.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 214 | 242 | 0 | 0.16 | 0.05 | 0.00 | 318 | 0.95 | 0.92 |
| Hex | FE | D6 | F2 | 0 | 10 | 5 | 0 | 13E | 5F | 5C |
| Octal | 376 | 326 | 362 | 0 | 20 | 5 | 0 | 476 | 137 | 134 |
| Binary | 11111110 | 11010110 | 11110010 | 0 | 10000 | 101 | 0 | 100111110 | 1011111 | 1011100 |
Color Harmonies of #FED6F2
Complementary color
Monochromatic Colors of #FED6F2
Black with #FED6F2
Text Example
Text Example
White with #FED6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6F2; }
p { color: rgb(254,214,242); }
H1.HeaderClassName
{
color: #FED6F2;
}
.AnyTagClassName
{
color: #FED6F2;
}
</style>
background-color css
<style>
a { background-color: #FED6F2; }
a { background-color: rgb(254,214,242); }
div.DivClassName
{
background-color: #FED6F2;
}
.BgClassName
{
background-color: #FED6F2;
}
</style>
border-color css
<style>
span { border-color: #FED6F2; }
span { border-color: rgb(254,214,242); }
td.TdClassName
{
border-color: #FED6F2;
}
.TagClassName
{
border-color: #FED6F2;
}
</style>