Shades of Peach #FBCDA8
Tints of Peach #FBCDA8
RGB
CMYK
RGB Variations
Color information
#FBCDA8 (or 0xFBCDA8) is known color: Peach. HEX triplet: FB, CD and A8. RGB value is (251,205,168). Sum of RGB (Red+Green+Blue) = 251+205+168=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDA8 is #043257. Grayscale: #D6D6D6. Windows color (decimal): -275032 or 11062779. OLE color: 11062779.
HSL color Cylindrical-coordinate representation of color #FBCDA8: hue angle of 26.75º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBCDA8 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 168 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.02 |
| HSL | 26.75º | 0.91% | 0.82% | - |
| HSV(B) | 26.75º | 0.33% | 0.98% | - |
| XYZ | 68.68 | 67 | 46.36 | - |
| YUV | 214.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 168 | 0 | 0.18 | 0.33 | 0.02 | 26.75 | 0.91 | 0.82 |
| Hex | FB | CD | A8 | 0 | 12 | 21 | 2 | 1B | 5B | 52 |
| Octal | 373 | 315 | 250 | 0 | 22 | 41 | 2 | 33 | 133 | 122 |
| Binary | 11111011 | 11001101 | 10101000 | 0 | 10010 | 100001 | 10 | 11011 | 1011011 | 1010010 |
Color Harmonies of #FBCDA8
Complementary color
Monochromatic Colors of #FBCDA8
Black with #FBCDA8
Text Example
Text Example
White with #FBCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDA8; }
p { color: rgb(251,205,168); }
H1.HeaderClassName
{
color: #FBCDA8;
}
.AnyTagClassName
{
color: #FBCDA8;
}
</style>
background-color css
<style>
a { background-color: #FBCDA8; }
a { background-color: rgb(251,205,168); }
div.DivClassName
{
background-color: #FBCDA8;
}
.BgClassName
{
background-color: #FBCDA8;
}
</style>
border-color css
<style>
span { border-color: #FBCDA8; }
span { border-color: rgb(251,205,168); }
td.TdClassName
{
border-color: #FBCDA8;
}
.TagClassName
{
border-color: #FBCDA8;
}
</style>