Shades of Peach #FBCEAA
Tints of Peach #FBCEAA
RGB
CMYK
RGB Variations
Color information
#FBCEAA (or 0xFBCEAA) is known color: Peach. HEX triplet: FB, CE and AA. RGB value is (251,206,170). Sum of RGB (Red+Green+Blue) = 251+206+170=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEAA is #043155. Grayscale: #D7D7D7. Windows color (decimal): -274774 or 11194107. OLE color: 11194107.
HSL color Cylindrical-coordinate representation of color #FBCEAA: hue angle of 26.67º 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 #FBCEAA is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 170 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.02 |
| HSL | 26.67º | 0.91% | 0.83% | - |
| HSV(B) | 26.67º | 0.32% | 0.98% | - |
| XYZ | 69.11 | 67.55 | 47.43 | - |
| YUV | 215.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 170 | 0 | 0.18 | 0.32 | 0.02 | 26.67 | 0.91 | 0.83 |
| Hex | FB | CE | AA | 0 | 12 | 20 | 2 | 1B | 5B | 53 |
| Octal | 373 | 316 | 252 | 0 | 22 | 40 | 2 | 33 | 133 | 123 |
| Binary | 11111011 | 11001110 | 10101010 | 0 | 10010 | 100000 | 10 | 11011 | 1011011 | 1010011 |
Color Harmonies of #FBCEAA
Complementary color
Monochromatic Colors of #FBCEAA
Black with #FBCEAA
Text Example
Text Example
White with #FBCEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEAA; }
p { color: rgb(251,206,170); }
H1.HeaderClassName
{
color: #FBCEAA;
}
.AnyTagClassName
{
color: #FBCEAA;
}
</style>
background-color css
<style>
a { background-color: #FBCEAA; }
a { background-color: rgb(251,206,170); }
div.DivClassName
{
background-color: #FBCEAA;
}
.BgClassName
{
background-color: #FBCEAA;
}
</style>
border-color css
<style>
span { border-color: #FBCEAA; }
span { border-color: rgb(251,206,170); }
td.TdClassName
{
border-color: #FBCEAA;
}
.TagClassName
{
border-color: #FBCEAA;
}
</style>