Shades of Peach #FBCDAA
Tints of Peach #FBCDAA
RGB
CMYK
RGB Variations
Color information
#FBCDAA (or 0xFBCDAA) is known color: Peach. HEX triplet: FB, CD and AA. RGB value is (251,205,170). Sum of RGB (Red+Green+Blue) = 251+205+170=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDAA is #043255. Grayscale: #D6D6D6. Windows color (decimal): -275030 or 11193851. OLE color: 11193851.
HSL color Cylindrical-coordinate representation of color #FBCDAA: hue angle of 25.93º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBCDAA is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 170 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.02 |
| HSL | 25.93º | 0.91% | 0.83% | - |
| HSV(B) | 25.93º | 0.32% | 0.98% | - |
| XYZ | 68.87 | 67.07 | 47.35 | - |
| YUV | 214.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 170 | 0 | 0.18 | 0.32 | 0.02 | 25.93 | 0.91 | 0.83 |
| Hex | FB | CD | AA | 0 | 12 | 20 | 2 | 1A | 5B | 53 |
| Octal | 373 | 315 | 252 | 0 | 22 | 40 | 2 | 32 | 133 | 123 |
| Binary | 11111011 | 11001101 | 10101010 | 0 | 10010 | 100000 | 10 | 11010 | 1011011 | 1010011 |
Color Harmonies of #FBCDAA
Complementary color
Monochromatic Colors of #FBCDAA
Black with #FBCDAA
Text Example
Text Example
White with #FBCDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDAA; }
p { color: rgb(251,205,170); }
H1.HeaderClassName
{
color: #FBCDAA;
}
.AnyTagClassName
{
color: #FBCDAA;
}
</style>
background-color css
<style>
a { background-color: #FBCDAA; }
a { background-color: rgb(251,205,170); }
div.DivClassName
{
background-color: #FBCDAA;
}
.BgClassName
{
background-color: #FBCDAA;
}
</style>
border-color css
<style>
span { border-color: #FBCDAA; }
span { border-color: rgb(251,205,170); }
td.TdClassName
{
border-color: #FBCDAA;
}
.TagClassName
{
border-color: #FBCDAA;
}
</style>