Shades of Mandys Pink #FCB68D
Tints of Mandys Pink #FCB68D
RGB
CMYK
RGB Variations
Color information
#FCB68D (or 0xFCB68D) is known color: Mandys Pink. HEX triplet: FC, B6 and 8D. RGB value is (252,182,141). Sum of RGB (Red+Green+Blue) = 252+182+141=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB68D is #034972. Grayscale: #C6C6C6. Windows color (decimal): -215411 or 9287420. OLE color: 9287420.
HSL color Cylindrical-coordinate representation of color #FCB68D: hue angle of 22.16º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCB68D is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 141 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.01 |
| HSL | 22.16º | 0.95% | 0.77% | - |
| HSV(B) | 22.16º | 0.44% | 0.99% | - |
| XYZ | 61.68 | 56.07 | 32.77 | - |
| YUV | 198.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 141 | 0 | 0.28 | 0.44 | 0.01 | 22.16 | 0.95 | 0.77 |
| Hex | FC | B6 | 8D | 0 | 1C | 2C | 1 | 16 | 5F | 4D |
| Octal | 374 | 266 | 215 | 0 | 34 | 54 | 1 | 26 | 137 | 115 |
| Binary | 11111100 | 10110110 | 10001101 | 0 | 11100 | 101100 | 1 | 10110 | 1011111 | 1001101 |
Color Harmonies of #FCB68D
Complementary color
Monochromatic Colors of #FCB68D
Black with #FCB68D
Text Example
Text Example
White with #FCB68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB68D; }
p { color: rgb(252,182,141); }
H1.HeaderClassName
{
color: #FCB68D;
}
.AnyTagClassName
{
color: #FCB68D;
}
</style>
background-color css
<style>
a { background-color: #FCB68D; }
a { background-color: rgb(252,182,141); }
div.DivClassName
{
background-color: #FCB68D;
}
.BgClassName
{
background-color: #FCB68D;
}
</style>
border-color css
<style>
span { border-color: #FCB68D; }
span { border-color: rgb(252,182,141); }
td.TdClassName
{
border-color: #FCB68D;
}
.TagClassName
{
border-color: #FCB68D;
}
</style>