Shades of Pig Pink #FADBE4
Tints of Pig Pink #FADBE4
RGB
CMYK
RGB Variations
Color information
#FADBE4 (or 0xFADBE4) is known color: Pig Pink. HEX triplet: FA, DB and E4. RGB value is (250,219,228). Sum of RGB (Red+Green+Blue) = 250+219+228=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 219 (85.94% from 255 or 31.42% from 697); Blue value is 228 (89.45% from 255 or 32.71% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FADBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADBE4 is #05241B. Grayscale: #E5E5E5. Windows color (decimal): -336924 or 14998522. OLE color: 14998522.
HSL color Cylindrical-coordinate representation of color #FADBE4: hue angle of 342.58º degrees, saturation: 0.76, 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 #FADBE4 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 219 | 228 | - |
CMYK | 0 | 0.12 | 0.09 | 0.02 |
HSL | 342.58º | 0.76% | 0.92% | - |
HSV(B) | 342.58º | 0.12% | 0.98% | - |
XYZ | 78.76 | 76.59 | 84.03 | - |
YUV | 229.3 | 127.27 | 142.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 219 | 228 | 0 | 0.12 | 0.09 | 0.02 | 342.58 | 0.76 | 0.92 |
Hex | FA | DB | E4 | 0 | C | 9 | 2 | 157 | 4C | 5C |
Octal | 372 | 333 | 344 | 0 | 14 | 11 | 2 | 527 | 114 | 134 |
Binary | 11111010 | 11011011 | 11100100 | 0 | 1100 | 1001 | 10 | 101010111 | 1001100 | 1011100 |
Color Harmonies of #FADBE4
Complementary color
Monochromatic Colors of #FADBE4
Black with #FADBE4
Text Example
Text Example
White with #FADBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADBE4; }
p { color: rgb(250,219,228); }
H1.HeaderClassName
{
color: #FADBE4;
}
.AnyTagClassName
{
color: #FADBE4;
}
</style>
background-color css
<style>
a { background-color: #FADBE4; }
a { background-color: rgb(250,219,228); }
div.DivClassName
{
background-color: #FADBE4;
}
.BgClassName
{
background-color: #FADBE4;
}
</style>
border-color css
<style>
span { border-color: #FADBE4; }
span { border-color: rgb(250,219,228); }
td.TdClassName
{
border-color: #FADBE4;
}
.TagClassName
{
border-color: #FADBE4;
}
</style>