Shades of Pig Pink #FADCED
Tints of Pig Pink #FADCED
RGB
CMYK
RGB Variations
Color information
#FADCED (or 0xFADCED) is known color: Pig Pink. HEX triplet: FA, DC and ED. RGB value is (250,220,237). Sum of RGB (Red+Green+Blue) = 250+220+237=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCED is #052312. Grayscale: #E6E6E6. Windows color (decimal): -336659 or 15588602. OLE color: 15588602.
HSL color Cylindrical-coordinate representation of color #FADCED: hue angle of 326º 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 #FADCED is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 220 | 237 | - |
CMYK | 0 | 0.12 | 0.05 | 0.02 |
HSL | 326º | 0.75% | 0.92% | - |
HSV(B) | 326º | 0.12% | 0.98% | - |
XYZ | 80.3 | 77.62 | 90.87 | - |
YUV | 230.91 | 131.44 | 141.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 220 | 237 | 0 | 0.12 | 0.05 | 0.02 | 326 | 0.75 | 0.92 |
Hex | FA | DC | ED | 0 | C | 5 | 2 | 146 | 4B | 5C |
Octal | 372 | 334 | 355 | 0 | 14 | 5 | 2 | 506 | 113 | 134 |
Binary | 11111010 | 11011100 | 11101101 | 0 | 1100 | 101 | 10 | 101000110 | 1001011 | 1011100 |
Color Harmonies of #FADCED
Complementary color
Monochromatic Colors of #FADCED
Black with #FADCED
Text Example
Text Example
White with #FADCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADCED; }
p { color: rgb(250,220,237); }
H1.HeaderClassName
{
color: #FADCED;
}
.AnyTagClassName
{
color: #FADCED;
}
</style>
background-color css
<style>
a { background-color: #FADCED; }
a { background-color: rgb(250,220,237); }
div.DivClassName
{
background-color: #FADCED;
}
.BgClassName
{
background-color: #FADCED;
}
</style>
border-color css
<style>
span { border-color: #FADCED; }
span { border-color: rgb(250,220,237); }
td.TdClassName
{
border-color: #FADCED;
}
.TagClassName
{
border-color: #FADCED;
}
</style>