Shades of Peach #FBCDA6
Tints of Peach #FBCDA6
RGB
CMYK
RGB Variations
Color information
#FBCDA6 (or 0xFBCDA6) is known color: Peach. HEX triplet: FB, CD and A6. RGB value is (251,205,166). Sum of RGB (Red+Green+Blue) = 251+205+166=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDA6 is #043259. Grayscale: #D6D6D6. Windows color (decimal): -275034 or 10931707. OLE color: 10931707.
HSL color Cylindrical-coordinate representation of color #FBCDA6: hue angle of 27.53º 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 #FBCDA6 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 166 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.02 |
| HSL | 27.53º | 0.91% | 0.82% | - |
| HSV(B) | 27.53º | 0.34% | 0.98% | - |
| XYZ | 68.5 | 66.93 | 45.38 | - |
| YUV | 214.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 166 | 0 | 0.18 | 0.34 | 0.02 | 27.53 | 0.91 | 0.82 |
| Hex | FB | CD | A6 | 0 | 12 | 22 | 2 | 1C | 5B | 52 |
| Octal | 373 | 315 | 246 | 0 | 22 | 42 | 2 | 34 | 133 | 122 |
| Binary | 11111011 | 11001101 | 10100110 | 0 | 10010 | 100010 | 10 | 11100 | 1011011 | 1010010 |
Color Harmonies of #FBCDA6
Complementary color
Monochromatic Colors of #FBCDA6
Black with #FBCDA6
Text Example
Text Example
White with #FBCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDA6; }
p { color: rgb(251,205,166); }
H1.HeaderClassName
{
color: #FBCDA6;
}
.AnyTagClassName
{
color: #FBCDA6;
}
</style>
background-color css
<style>
a { background-color: #FBCDA6; }
a { background-color: rgb(251,205,166); }
div.DivClassName
{
background-color: #FBCDA6;
}
.BgClassName
{
background-color: #FBCDA6;
}
</style>
border-color css
<style>
span { border-color: #FBCDA6; }
span { border-color: rgb(251,205,166); }
td.TdClassName
{
border-color: #FBCDA6;
}
.TagClassName
{
border-color: #FBCDA6;
}
</style>