Shades of Pig Pink #FEDAF1
Tints of Pig Pink #FEDAF1
RGB
CMYK
RGB Variations
Color information
#FEDAF1 (or 0xFEDAF1) is known color: Pig Pink. HEX triplet: FE, DA and F1. RGB value is (254,218,241). Sum of RGB (Red+Green+Blue) = 254+218+241=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 218 (85.55% from 255 or 30.58% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAF1 is #01250E. Grayscale: #E7E7E7. Windows color (decimal): -75023 or 15850238. OLE color: 15850238.
HSL color Cylindrical-coordinate representation of color #FEDAF1: hue angle of 321.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FEDAF1 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 241 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.00 |
| HSL | 321.67º | 0.95% | 0.93% | - |
| HSV(B) | 321.67º | 0.14% | 1% | - |
| XYZ | 81.82 | 77.56 | 93.88 | - |
| YUV | 231.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 241 | 0 | 0.14 | 0.05 | 0.00 | 321.67 | 0.95 | 0.93 |
| Hex | FE | DA | F1 | 0 | E | 5 | 0 | 142 | 5F | 5D |
| Octal | 376 | 332 | 361 | 0 | 16 | 5 | 0 | 502 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11110001 | 0 | 1110 | 101 | 0 | 101000010 | 1011111 | 1011101 |
Color Harmonies of #FEDAF1
Complementary color
Monochromatic Colors of #FEDAF1
Black with #FEDAF1
Text Example
Text Example
White with #FEDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAF1; }
p { color: rgb(254,218,241); }
H1.HeaderClassName
{
color: #FEDAF1;
}
.AnyTagClassName
{
color: #FEDAF1;
}
</style>
background-color css
<style>
a { background-color: #FEDAF1; }
a { background-color: rgb(254,218,241); }
div.DivClassName
{
background-color: #FEDAF1;
}
.BgClassName
{
background-color: #FEDAF1;
}
</style>
border-color css
<style>
span { border-color: #FEDAF1; }
span { border-color: rgb(254,218,241); }
td.TdClassName
{
border-color: #FEDAF1;
}
.TagClassName
{
border-color: #FEDAF1;
}
</style>