Shades of Peach #FBCAAA
Tints of Peach #FBCAAA
RGB
CMYK
RGB Variations
Color information
#FBCAAA (or 0xFBCAAA) is known color: Peach. HEX triplet: FB, CA and AA. RGB value is (251,202,170). Sum of RGB (Red+Green+Blue) = 251+202+170=623 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.29% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCAAA is #043555. Grayscale: #D5D5D5. Windows color (decimal): -275798 or 11193083. OLE color: 11193083.
HSL color Cylindrical-coordinate representation of color #FBCAAA: hue angle of 23.7º 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 #FBCAAA is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 202 | 170 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.02 |
| HSL | 23.7º | 0.91% | 0.83% | - |
| HSV(B) | 23.7º | 0.32% | 0.98% | - |
| XYZ | 68.16 | 65.65 | 47.11 | - |
| YUV | 213 | 103.73 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 202 | 170 | 0 | 0.20 | 0.32 | 0.02 | 23.7 | 0.91 | 0.83 |
| Hex | FB | CA | AA | 0 | 14 | 20 | 2 | 18 | 5B | 53 |
| Octal | 373 | 312 | 252 | 0 | 24 | 40 | 2 | 30 | 133 | 123 |
| Binary | 11111011 | 11001010 | 10101010 | 0 | 10100 | 100000 | 10 | 11000 | 1011011 | 1010011 |
Color Harmonies of #FBCAAA
Complementary color
Monochromatic Colors of #FBCAAA
Black with #FBCAAA
Text Example
Text Example
White with #FBCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCAAA; }
p { color: rgb(251,202,170); }
H1.HeaderClassName
{
color: #FBCAAA;
}
.AnyTagClassName
{
color: #FBCAAA;
}
</style>
background-color css
<style>
a { background-color: #FBCAAA; }
a { background-color: rgb(251,202,170); }
div.DivClassName
{
background-color: #FBCAAA;
}
.BgClassName
{
background-color: #FBCAAA;
}
</style>
border-color css
<style>
span { border-color: #FBCAAA; }
span { border-color: rgb(251,202,170); }
td.TdClassName
{
border-color: #FBCAAA;
}
.TagClassName
{
border-color: #FBCAAA;
}
</style>