Shades of Mandys Pink #FDB68F
Tints of Mandys Pink #FDB68F
RGB
CMYK
RGB Variations
Color information
#FDB68F (or 0xFDB68F) is known color: Mandys Pink. HEX triplet: FD, B6 and 8F. RGB value is (253,182,143). Sum of RGB (Red+Green+Blue) = 253+182+143=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 143 (56.25% from 255 or 24.74% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB68F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB68F is #024970. Grayscale: #C7C7C7. Windows color (decimal): -149873 or 9418493. OLE color: 9418493.
HSL color Cylindrical-coordinate representation of color #FDB68F: hue angle of 21.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDB68F is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 182 | 143 | - |
| CMYK | 0 | 0.28 | 0.43 | 0.01 |
| HSL | 21.27º | 0.96% | 0.78% | - |
| HSV(B) | 21.27º | 0.43% | 0.99% | - |
| XYZ | 62.19 | 56.32 | 33.58 | - |
| YUV | 198.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 182 | 143 | 0 | 0.28 | 0.43 | 0.01 | 21.27 | 0.96 | 0.78 |
| Hex | FD | B6 | 8F | 0 | 1C | 2B | 1 | 15 | 60 | 4E |
| Octal | 375 | 266 | 217 | 0 | 34 | 53 | 1 | 25 | 140 | 116 |
| Binary | 11111101 | 10110110 | 10001111 | 0 | 11100 | 101011 | 1 | 10101 | 1100000 | 1001110 |
Color Harmonies of #FDB68F
Complementary color
Monochromatic Colors of #FDB68F
Black with #FDB68F
Text Example
Text Example
White with #FDB68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB68F; }
p { color: rgb(253,182,143); }
H1.HeaderClassName
{
color: #FDB68F;
}
.AnyTagClassName
{
color: #FDB68F;
}
</style>
background-color css
<style>
a { background-color: #FDB68F; }
a { background-color: rgb(253,182,143); }
div.DivClassName
{
background-color: #FDB68F;
}
.BgClassName
{
background-color: #FDB68F;
}
</style>
border-color css
<style>
span { border-color: #FDB68F; }
span { border-color: rgb(253,182,143); }
td.TdClassName
{
border-color: #FDB68F;
}
.TagClassName
{
border-color: #FDB68F;
}
</style>