Shades of Peach #FBCDA5
Tints of Peach #FBCDA5
RGB
CMYK
RGB Variations
Color information
#FBCDA5 (or 0xFBCDA5) is known color: Peach. HEX triplet: FB, CD and A5. RGB value is (251,205,165). Sum of RGB (Red+Green+Blue) = 251+205+165=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDA5 is #04325A. Grayscale: #D6D6D6. Windows color (decimal): -275035 or 10866171. OLE color: 10866171.
HSL color Cylindrical-coordinate representation of color #FBCDA5: hue angle of 27.91º 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 #FBCDA5 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 165 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.02 |
| HSL | 27.91º | 0.91% | 0.82% | - |
| HSV(B) | 27.91º | 0.34% | 0.98% | - |
| XYZ | 68.41 | 66.89 | 44.9 | - |
| YUV | 214.19 | 100.24 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 165 | 0 | 0.18 | 0.34 | 0.02 | 27.91 | 0.91 | 0.82 |
| Hex | FB | CD | A5 | 0 | 12 | 22 | 2 | 1C | 5B | 52 |
| Octal | 373 | 315 | 245 | 0 | 22 | 42 | 2 | 34 | 133 | 122 |
| Binary | 11111011 | 11001101 | 10100101 | 0 | 10010 | 100010 | 10 | 11100 | 1011011 | 1010010 |
Color Harmonies of #FBCDA5
Complementary color
Monochromatic Colors of #FBCDA5
Black with #FBCDA5
Text Example
Text Example
White with #FBCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDA5; }
p { color: rgb(251,205,165); }
H1.HeaderClassName
{
color: #FBCDA5;
}
.AnyTagClassName
{
color: #FBCDA5;
}
</style>
background-color css
<style>
a { background-color: #FBCDA5; }
a { background-color: rgb(251,205,165); }
div.DivClassName
{
background-color: #FBCDA5;
}
.BgClassName
{
background-color: #FBCDA5;
}
</style>
border-color css
<style>
span { border-color: #FBCDA5; }
span { border-color: rgb(251,205,165); }
td.TdClassName
{
border-color: #FBCDA5;
}
.TagClassName
{
border-color: #FBCDA5;
}
</style>