Shades of Peach #FBC9A6
Tints of Peach #FBC9A6
RGB
CMYK
RGB Variations
Color information
#FBC9A6 (or 0xFBC9A6) is known color: Peach. HEX triplet: FB, C9 and A6. RGB value is (251,201,166). Sum of RGB (Red+Green+Blue) = 251+201+166=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC9A6 is #043659. Grayscale: #D4D4D4. Windows color (decimal): -276058 or 10930683. OLE color: 10930683.
HSL color Cylindrical-coordinate representation of color #FBC9A6: hue angle of 24.71º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBC9A6 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 166 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.02 |
| HSL | 24.71º | 0.91% | 0.82% | - |
| HSV(B) | 24.71º | 0.34% | 0.98% | - |
| XYZ | 67.55 | 65.04 | 45.07 | - |
| YUV | 211.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 166 | 0 | 0.20 | 0.34 | 0.02 | 24.71 | 0.91 | 0.82 |
| Hex | FB | C9 | A6 | 0 | 14 | 22 | 2 | 19 | 5B | 52 |
| Octal | 373 | 311 | 246 | 0 | 24 | 42 | 2 | 31 | 133 | 122 |
| Binary | 11111011 | 11001001 | 10100110 | 0 | 10100 | 100010 | 10 | 11001 | 1011011 | 1010010 |
Color Harmonies of #FBC9A6
Complementary color
Monochromatic Colors of #FBC9A6
Black with #FBC9A6
Text Example
Text Example
White with #FBC9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9A6; }
p { color: rgb(251,201,166); }
H1.HeaderClassName
{
color: #FBC9A6;
}
.AnyTagClassName
{
color: #FBC9A6;
}
</style>
background-color css
<style>
a { background-color: #FBC9A6; }
a { background-color: rgb(251,201,166); }
div.DivClassName
{
background-color: #FBC9A6;
}
.BgClassName
{
background-color: #FBC9A6;
}
</style>
border-color css
<style>
span { border-color: #FBC9A6; }
span { border-color: rgb(251,201,166); }
td.TdClassName
{
border-color: #FBC9A6;
}
.TagClassName
{
border-color: #FBC9A6;
}
</style>