Shades of Peach #FFCBA3
Tints of Peach #FFCBA3
RGB
CMYK
RGB Variations
Color information
#FFCBA3 (or 0xFFCBA3) is known color: Peach. HEX triplet: FF, CB and A3. RGB value is (255,203,163). Sum of RGB (Red+Green+Blue) = 255+203+163=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 163 (64.06% from 255 or 26.25% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBA3 is #00345C. Grayscale: #D6D6D6. Windows color (decimal): -13405 or 10734591. OLE color: 10734591.
HSL color Cylindrical-coordinate representation of color #FFCBA3: hue angle of 26.09º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFCBA3 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 163 | - |
| CMYK | 0 | 0.20 | 0.36 | 0 |
| HSL | 26.09º | 1% | 0.82% | - |
| HSV(B) | 26.09º | 0.36% | 1% | - |
| XYZ | 69.21 | 66.62 | 43.86 | - |
| YUV | 213.99 | 99.23 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 163 | 0 | 0.20 | 0.36 | 0 | 26.09 | 1 | 0.82 |
| Hex | FF | CB | A3 | 0 | 14 | 24 | 0 | 1A | 64 | 52 |
| Octal | 377 | 313 | 243 | 0 | 24 | 44 | 0 | 32 | 144 | 122 |
| Binary | 11111111 | 11001011 | 10100011 | 0 | 10100 | 100100 | 0 | 11010 | 1100100 | 1010010 |
Color Harmonies of #FFCBA3
Complementary color
Monochromatic Colors of #FFCBA3
Black with #FFCBA3
Text Example
Text Example
White with #FFCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBA3; }
p { color: rgb(255,203,163); }
H1.HeaderClassName
{
color: #FFCBA3;
}
.AnyTagClassName
{
color: #FFCBA3;
}
</style>
background-color css
<style>
a { background-color: #FFCBA3; }
a { background-color: rgb(255,203,163); }
div.DivClassName
{
background-color: #FFCBA3;
}
.BgClassName
{
background-color: #FFCBA3;
}
</style>
border-color css
<style>
span { border-color: #FFCBA3; }
span { border-color: rgb(255,203,163); }
td.TdClassName
{
border-color: #FFCBA3;
}
.TagClassName
{
border-color: #FFCBA3;
}
</style>