Shades of Pig Pink #FBDBE4
Tints of Pig Pink #FBDBE4
RGB
CMYK
RGB Variations
Color information
#FBDBE4 (or 0xFBDBE4) is known color: Pig Pink. HEX triplet: FB, DB and E4. RGB value is (251,219,228). Sum of RGB (Red+Green+Blue) = 251+219+228=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 228 (89.45% from 255 or 32.66% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBE4 is #04241B. Grayscale: #E5E5E5. Windows color (decimal): -271388 or 14998523. OLE color: 14998523.
HSL color Cylindrical-coordinate representation of color #FBDBE4: hue angle of 343.12º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FBDBE4 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 219 | 228 | - |
CMYK | 0 | 0.13 | 0.09 | 0.02 |
HSL | 343.13º | 0.8% | 0.92% | - |
HSV(B) | 343.13º | 0.13% | 0.98% | - |
XYZ | 79.12 | 76.77 | 84.05 | - |
YUV | 229.59 | 127.1 | 143.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 219 | 228 | 0 | 0.13 | 0.09 | 0.02 | 343.13 | 0.8 | 0.92 |
Hex | FB | DB | E4 | 0 | D | 9 | 2 | 157 | 50 | 5C |
Octal | 373 | 333 | 344 | 0 | 15 | 11 | 2 | 527 | 120 | 134 |
Binary | 11111011 | 11011011 | 11100100 | 0 | 1101 | 1001 | 10 | 101010111 | 1010000 | 1011100 |
Color Harmonies of #FBDBE4
Complementary color
Monochromatic Colors of #FBDBE4
Black with #FBDBE4
Text Example
Text Example
White with #FBDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBDBE4; }
p { color: rgb(251,219,228); }
H1.HeaderClassName
{
color: #FBDBE4;
}
.AnyTagClassName
{
color: #FBDBE4;
}
</style>
background-color css
<style>
a { background-color: #FBDBE4; }
a { background-color: rgb(251,219,228); }
div.DivClassName
{
background-color: #FBDBE4;
}
.BgClassName
{
background-color: #FBDBE4;
}
</style>
border-color css
<style>
span { border-color: #FBDBE4; }
span { border-color: rgb(251,219,228); }
td.TdClassName
{
border-color: #FBDBE4;
}
.TagClassName
{
border-color: #FBDBE4;
}
</style>