Shades of Pig Pink #FEDAF0
Tints of Pig Pink #FEDAF0
RGB
CMYK
RGB Variations
Color information
#FEDAF0 (or 0xFEDAF0) is known color: Pig Pink. HEX triplet: FE, DA and F0. RGB value is (254,218,240). Sum of RGB (Red+Green+Blue) = 254+218+240=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 218 (85.55% from 255 or 30.62% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDAF0 is #01250F. Grayscale: #E7E7E7. Windows color (decimal): -75024 or 15784702. OLE color: 15784702.
HSL color Cylindrical-coordinate representation of color #FEDAF0: hue angle of 323.33º 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 #FEDAF0 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 218 | 240 | - |
CMYK | 0 | 0.14 | 0.06 | 0.00 |
HSL | 323.33º | 0.95% | 0.93% | - |
HSV(B) | 323.33º | 0.14% | 1% | - |
XYZ | 81.67 | 77.5 | 93.09 | - |
YUV | 231.27 | 132.93 | 144.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 218 | 240 | 0 | 0.14 | 0.06 | 0.00 | 323.33 | 0.95 | 0.93 |
Hex | FE | DA | F0 | 0 | E | 6 | 0 | 143 | 5F | 5D |
Octal | 376 | 332 | 360 | 0 | 16 | 6 | 0 | 503 | 137 | 135 |
Binary | 11111110 | 11011010 | 11110000 | 0 | 1110 | 110 | 0 | 101000011 | 1011111 | 1011101 |
Color Harmonies of #FEDAF0
Complementary color
Monochromatic Colors of #FEDAF0
Black with #FEDAF0
Text Example
Text Example
White with #FEDAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDAF0; }
p { color: rgb(254,218,240); }
H1.HeaderClassName
{
color: #FEDAF0;
}
.AnyTagClassName
{
color: #FEDAF0;
}
</style>
background-color css
<style>
a { background-color: #FEDAF0; }
a { background-color: rgb(254,218,240); }
div.DivClassName
{
background-color: #FEDAF0;
}
.BgClassName
{
background-color: #FEDAF0;
}
</style>
border-color css
<style>
span { border-color: #FEDAF0; }
span { border-color: rgb(254,218,240); }
td.TdClassName
{
border-color: #FEDAF0;
}
.TagClassName
{
border-color: #FEDAF0;
}
</style>