Shades of Mandys Pink #FCB28B
Tints of Mandys Pink #FCB28B
RGB
CMYK
RGB Variations
Color information
#FCB28B (or 0xFCB28B) is known color: Mandys Pink. HEX triplet: FC, B2 and 8B. RGB value is (252,178,139). Sum of RGB (Red+Green+Blue) = 252+178+139=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCB28B is #034D74. Grayscale: #C3C3C3. Windows color (decimal): -216437 or 9155324. OLE color: 9155324.
HSL color Cylindrical-coordinate representation of color #FCB28B: hue angle of 20.71º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FCB28B is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 139 | - |
| CMYK | 0 | 0.29 | 0.45 | 0.01 |
| HSL | 20.71º | 0.95% | 0.77% | - |
| HSV(B) | 20.71º | 0.45% | 0.99% | - |
| XYZ | 60.73 | 54.4 | 31.73 | - |
| YUV | 195.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 139 | 0 | 0.29 | 0.45 | 0.01 | 20.71 | 0.95 | 0.77 |
| Hex | FC | B2 | 8B | 0 | 1D | 2D | 1 | 15 | 5F | 4D |
| Octal | 374 | 262 | 213 | 0 | 35 | 55 | 1 | 25 | 137 | 115 |
| Binary | 11111100 | 10110010 | 10001011 | 0 | 11101 | 101101 | 1 | 10101 | 1011111 | 1001101 |
Color Harmonies of #FCB28B
Complementary color
Monochromatic Colors of #FCB28B
Black with #FCB28B
Text Example
Text Example
White with #FCB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB28B; }
p { color: rgb(252,178,139); }
H1.HeaderClassName
{
color: #FCB28B;
}
.AnyTagClassName
{
color: #FCB28B;
}
</style>
background-color css
<style>
a { background-color: #FCB28B; }
a { background-color: rgb(252,178,139); }
div.DivClassName
{
background-color: #FCB28B;
}
.BgClassName
{
background-color: #FCB28B;
}
</style>
border-color css
<style>
span { border-color: #FCB28B; }
span { border-color: rgb(252,178,139); }
td.TdClassName
{
border-color: #FCB28B;
}
.TagClassName
{
border-color: #FCB28B;
}
</style>