Shades of Pig Pink #FBD5E0
Tints of Pig Pink #FBD5E0
RGB
CMYK
RGB Variations
Color information
#FBD5E0 (or 0xFBD5E0) is known color: Pig Pink. HEX triplet: FB, D5 and E0. RGB value is (251,213,224). Sum of RGB (Red+Green+Blue) = 251+213+224=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 213 (83.59% from 255 or 30.96% from 688); Blue value is 224 (87.89% from 255 or 32.56% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5E0 is #042A1F. Grayscale: #E1E1E1. Windows color (decimal): -272928 or 14734843. OLE color: 14734843.
HSL color Cylindrical-coordinate representation of color #FBD5E0: hue angle of 342.63º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBD5E0 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 213 | 224 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.02 |
| HSL | 342.63º | 0.83% | 0.91% | - |
| HSV(B) | 342.63º | 0.15% | 0.98% | - |
| XYZ | 77.03 | 73.48 | 80.64 | - |
| YUV | 225.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 213 | 224 | 0 | 0.15 | 0.11 | 0.02 | 342.63 | 0.83 | 0.91 |
| Hex | FB | D5 | E0 | 0 | F | B | 2 | 157 | 53 | 5B |
| Octal | 373 | 325 | 340 | 0 | 17 | 13 | 2 | 527 | 123 | 133 |
| Binary | 11111011 | 11010101 | 11100000 | 0 | 1111 | 1011 | 10 | 101010111 | 1010011 | 1011011 |
Color Harmonies of #FBD5E0
Complementary color
Monochromatic Colors of #FBD5E0
Black with #FBD5E0
Text Example
Text Example
White with #FBD5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD5E0; }
p { color: rgb(251,213,224); }
H1.HeaderClassName
{
color: #FBD5E0;
}
.AnyTagClassName
{
color: #FBD5E0;
}
</style>
background-color css
<style>
a { background-color: #FBD5E0; }
a { background-color: rgb(251,213,224); }
div.DivClassName
{
background-color: #FBD5E0;
}
.BgClassName
{
background-color: #FBD5E0;
}
</style>
border-color css
<style>
span { border-color: #FBD5E0; }
span { border-color: rgb(251,213,224); }
td.TdClassName
{
border-color: #FBD5E0;
}
.TagClassName
{
border-color: #FBD5E0;
}
</style>