Shades of Pig Pink #FADFED
Tints of Pig Pink #FADFED
RGB
CMYK
RGB Variations
Color information
#FADFED (or 0xFADFED) is known color: Pig Pink. HEX triplet: FA, DF and ED. RGB value is (250,223,237). Sum of RGB (Red+Green+Blue) = 250+223+237=710 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.21% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFED is #052012. Grayscale: #E8E8E8. Windows color (decimal): -335891 or 15589370. OLE color: 15589370.
HSL color Cylindrical-coordinate representation of color #FADFED: hue angle of 328.89º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFED is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 237 | - |
CMYK | 0 | 0.11 | 0.05 | 0.02 |
HSL | 328.89º | 0.73% | 0.93% | - |
HSV(B) | 328.89º | 0.11% | 0.98% | - |
XYZ | 81.1 | 79.21 | 91.14 | - |
YUV | 232.67 | 130.45 | 140.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 237 | 0 | 0.11 | 0.05 | 0.02 | 328.89 | 0.73 | 0.93 |
Hex | FA | DF | ED | 0 | B | 5 | 2 | 149 | 49 | 5D |
Octal | 372 | 337 | 355 | 0 | 13 | 5 | 2 | 511 | 111 | 135 |
Binary | 11111010 | 11011111 | 11101101 | 0 | 1011 | 101 | 10 | 101001001 | 1001001 | 1011101 |
Color Harmonies of #FADFED
Complementary color
Monochromatic Colors of #FADFED
Black with #FADFED
Text Example
Text Example
White with #FADFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFED; }
p { color: rgb(250,223,237); }
H1.HeaderClassName
{
color: #FADFED;
}
.AnyTagClassName
{
color: #FADFED;
}
</style>
background-color css
<style>
a { background-color: #FADFED; }
a { background-color: rgb(250,223,237); }
div.DivClassName
{
background-color: #FADFED;
}
.BgClassName
{
background-color: #FADFED;
}
</style>
border-color css
<style>
span { border-color: #FADFED; }
span { border-color: rgb(250,223,237); }
td.TdClassName
{
border-color: #FADFED;
}
.TagClassName
{
border-color: #FADFED;
}
</style>