Shades of Pig Pink #FED9F3
Tints of Pig Pink #FED9F3
RGB
CMYK
RGB Variations
Color information
#FED9F3 (or 0xFED9F3) is known color: Pig Pink. HEX triplet: FE, D9 and F3. RGB value is (254,217,243). Sum of RGB (Red+Green+Blue) = 254+217+243=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 217 (85.16% from 255 or 30.39% from 714); Blue value is 243 (95.31% from 255 or 34.03% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED9F3 is #01260C. Grayscale: #E6E6E6. Windows color (decimal): -75277 or 15981054. OLE color: 15981054.
HSL color Cylindrical-coordinate representation of color #FED9F3: hue angle of 317.84º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FED9F3 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 217 | 243 | - |
CMYK | 0 | 0.15 | 0.04 | 0.00 |
HSL | 317.84º | 0.95% | 0.92% | - |
HSV(B) | 317.84º | 0.15% | 1% | - |
XYZ | 81.86 | 77.17 | 95.37 | - |
YUV | 231.03 | 134.76 | 144.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 217 | 243 | 0 | 0.15 | 0.04 | 0.00 | 317.84 | 0.95 | 0.92 |
Hex | FE | D9 | F3 | 0 | F | 4 | 0 | 13E | 5F | 5C |
Octal | 376 | 331 | 363 | 0 | 17 | 4 | 0 | 476 | 137 | 134 |
Binary | 11111110 | 11011001 | 11110011 | 0 | 1111 | 100 | 0 | 100111110 | 1011111 | 1011100 |
Color Harmonies of #FED9F3
Complementary color
Monochromatic Colors of #FED9F3
Black with #FED9F3
Text Example
Text Example
White with #FED9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED9F3; }
p { color: rgb(254,217,243); }
H1.HeaderClassName
{
color: #FED9F3;
}
.AnyTagClassName
{
color: #FED9F3;
}
</style>
background-color css
<style>
a { background-color: #FED9F3; }
a { background-color: rgb(254,217,243); }
div.DivClassName
{
background-color: #FED9F3;
}
.BgClassName
{
background-color: #FED9F3;
}
</style>
border-color css
<style>
span { border-color: #FED9F3; }
span { border-color: rgb(254,217,243); }
td.TdClassName
{
border-color: #FED9F3;
}
.TagClassName
{
border-color: #FED9F3;
}
</style>