Shades of Pig Pink #FBD5E7
Tints of Pig Pink #FBD5E7
RGB
CMYK
RGB Variations
Color information
#FBD5E7 (or 0xFBD5E7) is known color: Pig Pink. HEX triplet: FB, D5 and E7. RGB value is (251,213,231). Sum of RGB (Red+Green+Blue) = 251+213+231=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 213 (83.59% from 255 or 30.65% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD5E7 is #042A18. Grayscale: #E2E2E2. Windows color (decimal): -272921 or 15193595. OLE color: 15193595.
HSL color Cylindrical-coordinate representation of color #FBD5E7: hue angle of 331.58º 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 #FBD5E7 is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 213 | 231 | - |
CMYK | 0 | 0.15 | 0.08 | 0.02 |
HSL | 331.58º | 0.83% | 0.91% | - |
HSV(B) | 331.58º | 0.15% | 0.98% | - |
XYZ | 78 | 73.87 | 85.75 | - |
YUV | 226.41 | 130.59 | 145.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 213 | 231 | 0 | 0.15 | 0.08 | 0.02 | 331.58 | 0.83 | 0.91 |
Hex | FB | D5 | E7 | 0 | F | 8 | 2 | 14C | 53 | 5B |
Octal | 373 | 325 | 347 | 0 | 17 | 10 | 2 | 514 | 123 | 133 |
Binary | 11111011 | 11010101 | 11100111 | 0 | 1111 | 1000 | 10 | 101001100 | 1010011 | 1011011 |
Color Harmonies of #FBD5E7
Complementary color
Monochromatic Colors of #FBD5E7
Black with #FBD5E7
Text Example
Text Example
White with #FBD5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBD5E7; }
p { color: rgb(251,213,231); }
H1.HeaderClassName
{
color: #FBD5E7;
}
.AnyTagClassName
{
color: #FBD5E7;
}
</style>
background-color css
<style>
a { background-color: #FBD5E7; }
a { background-color: rgb(251,213,231); }
div.DivClassName
{
background-color: #FBD5E7;
}
.BgClassName
{
background-color: #FBD5E7;
}
</style>
border-color css
<style>
span { border-color: #FBD5E7; }
span { border-color: rgb(251,213,231); }
td.TdClassName
{
border-color: #FBD5E7;
}
.TagClassName
{
border-color: #FBD5E7;
}
</style>