Shades of Pig Pink #FEDAF5
Tints of Pig Pink #FEDAF5
RGB
CMYK
RGB Variations
Color information
#FEDAF5 (or 0xFEDAF5) is known color: Pig Pink. HEX triplet: FE, DA and F5. RGB value is (254,218,245). Sum of RGB (Red+Green+Blue) = 254+218+245=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 218 (85.55% from 255 or 30.40% from 717); Blue value is 245 (96.09% from 255 or 34.17% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAF5 is #01250A. Grayscale: #E7E7E7. Windows color (decimal): -75019 or 16112382. OLE color: 16112382.
HSL color Cylindrical-coordinate representation of color #FEDAF5: hue angle of 315º 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 #FEDAF5 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 245 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.00 |
| HSL | 315º | 0.95% | 0.93% | - |
| HSV(B) | 315º | 0.14% | 1% | - |
| XYZ | 82.43 | 77.81 | 97.06 | - |
| YUV | 231.84 | 135.43 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 245 | 0 | 0.14 | 0.04 | 0.00 | 315 | 0.95 | 0.93 |
| Hex | FE | DA | F5 | 0 | E | 4 | 0 | 13B | 5F | 5D |
| Octal | 376 | 332 | 365 | 0 | 16 | 4 | 0 | 473 | 137 | 135 |
| Binary | 11111110 | 11011010 | 11110101 | 0 | 1110 | 100 | 0 | 100111011 | 1011111 | 1011101 |
Color Harmonies of #FEDAF5
Complementary color
Monochromatic Colors of #FEDAF5
Black with #FEDAF5
Text Example
Text Example
White with #FEDAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAF5; }
p { color: rgb(254,218,245); }
H1.HeaderClassName
{
color: #FEDAF5;
}
.AnyTagClassName
{
color: #FEDAF5;
}
</style>
background-color css
<style>
a { background-color: #FEDAF5; }
a { background-color: rgb(254,218,245); }
div.DivClassName
{
background-color: #FEDAF5;
}
.BgClassName
{
background-color: #FEDAF5;
}
</style>
border-color css
<style>
span { border-color: #FEDAF5; }
span { border-color: rgb(254,218,245); }
td.TdClassName
{
border-color: #FEDAF5;
}
.TagClassName
{
border-color: #FEDAF5;
}
</style>