Shades of Mandys Pink #FCB68F
Tints of Mandys Pink #FCB68F
RGB
CMYK
RGB Variations
Color information
#FCB68F (or 0xFCB68F) is known color: Mandys Pink. HEX triplet: FC, B6 and 8F. RGB value is (252,182,143). Sum of RGB (Red+Green+Blue) = 252+182+143=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCB68F is #034970. Grayscale: #C6C6C6. Windows color (decimal): -215409 or 9418492. OLE color: 9418492.
HSL color Cylindrical-coordinate representation of color #FCB68F: hue angle of 21.47º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCB68F is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 143 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.01 |
| HSL | 21.47º | 0.95% | 0.77% | - |
| HSV(B) | 21.47º | 0.43% | 0.99% | - |
| XYZ | 61.83 | 56.13 | 33.56 | - |
| YUV | 198.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 143 | 0 | 0.28 | 0.43 | 0.01 | 21.47 | 0.95 | 0.77 |
| Hex | FC | B6 | 8F | 0 | 1C | 2B | 1 | 15 | 5F | 4D |
| Octal | 374 | 266 | 217 | 0 | 34 | 53 | 1 | 25 | 137 | 115 |
| Binary | 11111100 | 10110110 | 10001111 | 0 | 11100 | 101011 | 1 | 10101 | 1011111 | 1001101 |
Color Harmonies of #FCB68F
Complementary color
Monochromatic Colors of #FCB68F
Black with #FCB68F
Text Example
Text Example
White with #FCB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB68F; }
p { color: rgb(252,182,143); }
H1.HeaderClassName
{
color: #FCB68F;
}
.AnyTagClassName
{
color: #FCB68F;
}
</style>
background-color css
<style>
a { background-color: #FCB68F; }
a { background-color: rgb(252,182,143); }
div.DivClassName
{
background-color: #FCB68F;
}
.BgClassName
{
background-color: #FCB68F;
}
</style>
border-color css
<style>
span { border-color: #FCB68F; }
span { border-color: rgb(252,182,143); }
td.TdClassName
{
border-color: #FCB68F;
}
.TagClassName
{
border-color: #FCB68F;
}
</style>