Shades of Mandys Pink #FBB68C
Tints of Mandys Pink #FBB68C
RGB
CMYK
RGB Variations
Color information
#FBB68C (or 0xFBB68C) is known color: Mandys Pink. HEX triplet: FB, B6 and 8C. RGB value is (251,182,140). Sum of RGB (Red+Green+Blue) = 251+182+140=573 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.80% from 573); Green value is 182 (71.48% from 255 or 31.76% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBB68C is #044973. Grayscale: #C6C6C6. Windows color (decimal): -280948 or 9221883. OLE color: 9221883.
HSL color Cylindrical-coordinate representation of color #FBB68C: hue angle of 22.7º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBB68C is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 140 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.02 |
| HSL | 22.7º | 0.93% | 0.77% | - |
| HSV(B) | 22.7º | 0.44% | 0.98% | - |
| XYZ | 61.25 | 55.86 | 32.36 | - |
| YUV | 197.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 140 | 0 | 0.27 | 0.44 | 0.02 | 22.7 | 0.93 | 0.77 |
| Hex | FB | B6 | 8C | 0 | 1B | 2C | 2 | 17 | 5D | 4D |
| Octal | 373 | 266 | 214 | 0 | 33 | 54 | 2 | 27 | 135 | 115 |
| Binary | 11111011 | 10110110 | 10001100 | 0 | 11011 | 101100 | 10 | 10111 | 1011101 | 1001101 |
Color Harmonies of #FBB68C
Complementary color
Monochromatic Colors of #FBB68C
Black with #FBB68C
Text Example
Text Example
White with #FBB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB68C; }
p { color: rgb(251,182,140); }
H1.HeaderClassName
{
color: #FBB68C;
}
.AnyTagClassName
{
color: #FBB68C;
}
</style>
background-color css
<style>
a { background-color: #FBB68C; }
a { background-color: rgb(251,182,140); }
div.DivClassName
{
background-color: #FBB68C;
}
.BgClassName
{
background-color: #FBB68C;
}
</style>
border-color css
<style>
span { border-color: #FBB68C; }
span { border-color: rgb(251,182,140); }
td.TdClassName
{
border-color: #FBB68C;
}
.TagClassName
{
border-color: #FBB68C;
}
</style>