Shades of Mandys Pink #FBB69D
Tints of Mandys Pink #FBB69D
RGB
CMYK
RGB Variations
Color information
#FBB69D (or 0xFBB69D) is known color: Mandys Pink. HEX triplet: FB, B6 and 9D. RGB value is (251,182,157). Sum of RGB (Red+Green+Blue) = 251+182+157=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB69D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB69D is #044962. Grayscale: #C7C7C7. Windows color (decimal): -280931 or 10335995. OLE color: 10335995.
HSL color Cylindrical-coordinate representation of color #FBB69D: hue angle of 15.96º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBB69D is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 157 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.02 |
| HSL | 15.96º | 0.92% | 0.8% | - |
| HSV(B) | 15.96º | 0.37% | 0.98% | - |
| XYZ | 62.6 | 56.4 | 39.49 | - |
| YUV | 199.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 157 | 0 | 0.27 | 0.37 | 0.02 | 15.96 | 0.92 | 0.8 |
| Hex | FB | B6 | 9D | 0 | 1B | 25 | 2 | 10 | 5C | 50 |
| Octal | 373 | 266 | 235 | 0 | 33 | 45 | 2 | 20 | 134 | 120 |
| Binary | 11111011 | 10110110 | 10011101 | 0 | 11011 | 100101 | 10 | 10000 | 1011100 | 1010000 |
Color Harmonies of #FBB69D
Complementary color
Monochromatic Colors of #FBB69D
Black with #FBB69D
Text Example
Text Example
White with #FBB69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB69D; }
p { color: rgb(251,182,157); }
H1.HeaderClassName
{
color: #FBB69D;
}
.AnyTagClassName
{
color: #FBB69D;
}
</style>
background-color css
<style>
a { background-color: #FBB69D; }
a { background-color: rgb(251,182,157); }
div.DivClassName
{
background-color: #FBB69D;
}
.BgClassName
{
background-color: #FBB69D;
}
</style>
border-color css
<style>
span { border-color: #FBB69D; }
span { border-color: rgb(251,182,157); }
td.TdClassName
{
border-color: #FBB69D;
}
.TagClassName
{
border-color: #FBB69D;
}
</style>