Shades of Peach #FBCFAA
Tints of Peach #FBCFAA
RGB
CMYK
RGB Variations
Color information
#FBCFAA (or 0xFBCFAA) is known color: Peach. HEX triplet: FB, CF and AA. RGB value is (251,207,170). Sum of RGB (Red+Green+Blue) = 251+207+170=628 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.97% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCFAA is #043055. Grayscale: #D8D8D8. Windows color (decimal): -274518 or 11194363. OLE color: 11194363.
HSL color Cylindrical-coordinate representation of color #FBCFAA: hue angle of 27.41º 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 #FBCFAA is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 170 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.02 |
| HSL | 27.41º | 0.91% | 0.83% | - |
| HSV(B) | 27.41º | 0.32% | 0.98% | - |
| XYZ | 69.35 | 68.04 | 47.51 | - |
| YUV | 215.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 170 | 0 | 0.18 | 0.32 | 0.02 | 27.41 | 0.91 | 0.83 |
| Hex | FB | CF | AA | 0 | 12 | 20 | 2 | 1B | 5B | 53 |
| Octal | 373 | 317 | 252 | 0 | 22 | 40 | 2 | 33 | 133 | 123 |
| Binary | 11111011 | 11001111 | 10101010 | 0 | 10010 | 100000 | 10 | 11011 | 1011011 | 1010011 |
Color Harmonies of #FBCFAA
Complementary color
Monochromatic Colors of #FBCFAA
Black with #FBCFAA
Text Example
Text Example
White with #FBCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFAA; }
p { color: rgb(251,207,170); }
H1.HeaderClassName
{
color: #FBCFAA;
}
.AnyTagClassName
{
color: #FBCFAA;
}
</style>
background-color css
<style>
a { background-color: #FBCFAA; }
a { background-color: rgb(251,207,170); }
div.DivClassName
{
background-color: #FBCFAA;
}
.BgClassName
{
background-color: #FBCFAA;
}
</style>
border-color css
<style>
span { border-color: #FBCFAA; }
span { border-color: rgb(251,207,170); }
td.TdClassName
{
border-color: #FBCFAA;
}
.TagClassName
{
border-color: #FBCFAA;
}
</style>