Shades of Pig Pink #FADEED
Tints of Pig Pink #FADEED
RGB
CMYK
RGB Variations
Color information
#FADEED (or 0xFADEED) is known color: Pig Pink. HEX triplet: FA, DE and ED. RGB value is (250,222,237). Sum of RGB (Red+Green+Blue) = 250+222+237=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 222 (87.11% from 255 or 31.31% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADEED is #052112. Grayscale: #E8E8E8. Windows color (decimal): -336147 or 15589114. OLE color: 15589114.
HSL color Cylindrical-coordinate representation of color #FADEED: hue angle of 327.86º degrees, saturation: 0.74, 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 #FADEED is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 222 | 237 | - |
CMYK | 0 | 0.11 | 0.05 | 0.02 |
HSL | 327.86º | 0.74% | 0.93% | - |
HSV(B) | 327.86º | 0.11% | 0.98% | - |
XYZ | 80.83 | 78.68 | 91.05 | - |
YUV | 232.08 | 130.78 | 140.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 222 | 237 | 0 | 0.11 | 0.05 | 0.02 | 327.86 | 0.74 | 0.93 |
Hex | FA | DE | ED | 0 | B | 5 | 2 | 148 | 4A | 5D |
Octal | 372 | 336 | 355 | 0 | 13 | 5 | 2 | 510 | 112 | 135 |
Binary | 11111010 | 11011110 | 11101101 | 0 | 1011 | 101 | 10 | 101001000 | 1001010 | 1011101 |
Color Harmonies of #FADEED
Complementary color
Monochromatic Colors of #FADEED
Black with #FADEED
Text Example
Text Example
White with #FADEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEED; }
p { color: rgb(250,222,237); }
H1.HeaderClassName
{
color: #FADEED;
}
.AnyTagClassName
{
color: #FADEED;
}
</style>
background-color css
<style>
a { background-color: #FADEED; }
a { background-color: rgb(250,222,237); }
div.DivClassName
{
background-color: #FADEED;
}
.BgClassName
{
background-color: #FADEED;
}
</style>
border-color css
<style>
span { border-color: #FADEED; }
span { border-color: rgb(250,222,237); }
td.TdClassName
{
border-color: #FADEED;
}
.TagClassName
{
border-color: #FADEED;
}
</style>