Shades of Pig Pink #FADCEE
Tints of Pig Pink #FADCEE
RGB
CMYK
RGB Variations
Color information
#FADCEE (or 0xFADCEE) is known color: Pig Pink. HEX triplet: FA, DC and EE. RGB value is (250,220,238). Sum of RGB (Red+Green+Blue) = 250+220+238=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCEE is #052311. Grayscale: #E6E6E6. Windows color (decimal): -336658 or 15654138. OLE color: 15654138.
HSL color Cylindrical-coordinate representation of color #FADCEE: hue angle of 324º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADCEE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 238 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.02 |
| HSL | 324º | 0.75% | 0.92% | - |
| HSV(B) | 324º | 0.12% | 0.98% | - |
| XYZ | 80.45 | 77.68 | 91.64 | - |
| YUV | 231.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 238 | 0 | 0.12 | 0.05 | 0.02 | 324 | 0.75 | 0.92 |
| Hex | FA | DC | EE | 0 | C | 5 | 2 | 144 | 4B | 5C |
| Octal | 372 | 334 | 356 | 0 | 14 | 5 | 2 | 504 | 113 | 134 |
| Binary | 11111010 | 11011100 | 11101110 | 0 | 1100 | 101 | 10 | 101000100 | 1001011 | 1011100 |
Color Harmonies of #FADCEE
Complementary color
Monochromatic Colors of #FADCEE
Black with #FADCEE
Text Example
Text Example
White with #FADCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCEE; }
p { color: rgb(250,220,238); }
H1.HeaderClassName
{
color: #FADCEE;
}
.AnyTagClassName
{
color: #FADCEE;
}
</style>
background-color css
<style>
a { background-color: #FADCEE; }
a { background-color: rgb(250,220,238); }
div.DivClassName
{
background-color: #FADCEE;
}
.BgClassName
{
background-color: #FADCEE;
}
</style>
border-color css
<style>
span { border-color: #FADCEE; }
span { border-color: rgb(250,220,238); }
td.TdClassName
{
border-color: #FADCEE;
}
.TagClassName
{
border-color: #FADCEE;
}
</style>