Shades of Pig Pink #FADFEC
Tints of Pig Pink #FADFEC
RGB
CMYK
RGB Variations
Color information
#FADFEC (or 0xFADFEC) is known color: Pig Pink. HEX triplet: FA, DF and EC. RGB value is (250,223,236). Sum of RGB (Red+Green+Blue) = 250+223+236=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 236 (92.58% from 255 or 33.29% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFEC is #052013. Grayscale: #E8E8E8. Windows color (decimal): -335892 or 15523834. OLE color: 15523834.
HSL color Cylindrical-coordinate representation of color #FADFEC: hue angle of 331.11º 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 #FADFEC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 223 | 236 | - |
CMYK | 0 | 0.11 | 0.06 | 0.02 |
HSL | 331.11º | 0.73% | 0.93% | - |
HSV(B) | 331.11º | 0.11% | 0.98% | - |
XYZ | 80.95 | 79.16 | 90.37 | - |
YUV | 232.56 | 129.95 | 140.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 223 | 236 | 0 | 0.11 | 0.06 | 0.02 | 331.11 | 0.73 | 0.93 |
Hex | FA | DF | EC | 0 | B | 6 | 2 | 14B | 49 | 5D |
Octal | 372 | 337 | 354 | 0 | 13 | 6 | 2 | 513 | 111 | 135 |
Binary | 11111010 | 11011111 | 11101100 | 0 | 1011 | 110 | 10 | 101001011 | 1001001 | 1011101 |
Color Harmonies of #FADFEC
Complementary color
Monochromatic Colors of #FADFEC
Black with #FADFEC
Text Example
Text Example
White with #FADFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFEC; }
p { color: rgb(250,223,236); }
H1.HeaderClassName
{
color: #FADFEC;
}
.AnyTagClassName
{
color: #FADFEC;
}
</style>
background-color css
<style>
a { background-color: #FADFEC; }
a { background-color: rgb(250,223,236); }
div.DivClassName
{
background-color: #FADFEC;
}
.BgClassName
{
background-color: #FADFEC;
}
</style>
border-color css
<style>
span { border-color: #FADFEC; }
span { border-color: rgb(250,223,236); }
td.TdClassName
{
border-color: #FADFEC;
}
.TagClassName
{
border-color: #FADFEC;
}
</style>