Shades of Peach #FBCEA2
Tints of Peach #FBCEA2
RGB
CMYK
RGB Variations
Color information
#FBCEA2 (or 0xFBCEA2) is known color: Peach. HEX triplet: FB, CE and A2. RGB value is (251,206,162). Sum of RGB (Red+Green+Blue) = 251+206+162=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 162 (63.67% from 255 or 26.17% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCEA2 is #04315D. Grayscale: #D6D6D6. Windows color (decimal): -274782 or 10669819. OLE color: 10669819.
HSL color Cylindrical-coordinate representation of color #FBCEA2: hue angle of 29.66º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBCEA2 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 162 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.02 |
| HSL | 29.66º | 0.92% | 0.81% | - |
| HSV(B) | 29.66º | 0.35% | 0.98% | - |
| XYZ | 68.38 | 67.26 | 43.56 | - |
| YUV | 214.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 162 | 0 | 0.18 | 0.35 | 0.02 | 29.66 | 0.92 | 0.81 |
| Hex | FB | CE | A2 | 0 | 12 | 23 | 2 | 1E | 5C | 51 |
| Octal | 373 | 316 | 242 | 0 | 22 | 43 | 2 | 36 | 134 | 121 |
| Binary | 11111011 | 11001110 | 10100010 | 0 | 10010 | 100011 | 10 | 11110 | 1011100 | 1010001 |
Color Harmonies of #FBCEA2
Complementary color
Monochromatic Colors of #FBCEA2
Black with #FBCEA2
Text Example
Text Example
White with #FBCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEA2; }
p { color: rgb(251,206,162); }
H1.HeaderClassName
{
color: #FBCEA2;
}
.AnyTagClassName
{
color: #FBCEA2;
}
</style>
background-color css
<style>
a { background-color: #FBCEA2; }
a { background-color: rgb(251,206,162); }
div.DivClassName
{
background-color: #FBCEA2;
}
.BgClassName
{
background-color: #FBCEA2;
}
</style>
border-color css
<style>
span { border-color: #FBCEA2; }
span { border-color: rgb(251,206,162); }
td.TdClassName
{
border-color: #FBCEA2;
}
.TagClassName
{
border-color: #FBCEA2;
}
</style>