Shades of Pig Pink #FED7F0
Tints of Pig Pink #FED7F0
RGB
CMYK
RGB Variations
Color information
#FED7F0 (or 0xFED7F0) is known color: Pig Pink. HEX triplet: FE, D7 and F0. RGB value is (254,215,240). Sum of RGB (Red+Green+Blue) = 254+215+240=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 215 (84.38% from 255 or 30.32% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FED7F0 is #01280F. Grayscale: #E5E5E5. Windows color (decimal): -75792 or 15783934. OLE color: 15783934.
HSL color Cylindrical-coordinate representation of color #FED7F0: hue angle of 321.54º 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 #FED7F0 is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 215 | 240 | - |
CMYK | 0 | 0.15 | 0.06 | 0.00 |
HSL | 321.54º | 0.95% | 0.92% | - |
HSV(B) | 321.54º | 0.15% | 1% | - |
XYZ | 80.9 | 75.96 | 92.84 | - |
YUV | 229.51 | 133.92 | 145.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 215 | 240 | 0 | 0.15 | 0.06 | 0.00 | 321.54 | 0.95 | 0.92 |
Hex | FE | D7 | F0 | 0 | F | 6 | 0 | 142 | 5F | 5C |
Octal | 376 | 327 | 360 | 0 | 17 | 6 | 0 | 502 | 137 | 134 |
Binary | 11111110 | 11010111 | 11110000 | 0 | 1111 | 110 | 0 | 101000010 | 1011111 | 1011100 |
Color Harmonies of #FED7F0
Complementary color
Monochromatic Colors of #FED7F0
Black with #FED7F0
Text Example
Text Example
White with #FED7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED7F0; }
p { color: rgb(254,215,240); }
H1.HeaderClassName
{
color: #FED7F0;
}
.AnyTagClassName
{
color: #FED7F0;
}
</style>
background-color css
<style>
a { background-color: #FED7F0; }
a { background-color: rgb(254,215,240); }
div.DivClassName
{
background-color: #FED7F0;
}
.BgClassName
{
background-color: #FED7F0;
}
</style>
border-color css
<style>
span { border-color: #FED7F0; }
span { border-color: rgb(254,215,240); }
td.TdClassName
{
border-color: #FED7F0;
}
.TagClassName
{
border-color: #FED7F0;
}
</style>