Shades of Peach #FFCBA4
Tints of Peach #FFCBA4
RGB
CMYK
RGB Variations
Color information
#FFCBA4 (or 0xFFCBA4) is known color: Peach. HEX triplet: FF, CB and A4. RGB value is (255,203,164). Sum of RGB (Red+Green+Blue) = 255+203+164=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 164 (64.45% from 255 or 26.37% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBA4 is #00345B. Grayscale: #D6D6D6. Windows color (decimal): -13404 or 10800127. OLE color: 10800127.
HSL color Cylindrical-coordinate representation of color #FFCBA4: hue angle of 25.71º 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 #FFCBA4 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 203 | 164 | - |
CMYK | 0 | 0.20 | 0.36 | 0 |
HSL | 25.71º | 1% | 0.82% | - |
HSV(B) | 25.71º | 0.36% | 1% | - |
XYZ | 69.3 | 66.65 | 44.33 | - |
YUV | 214.1 | 99.73 | 157.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 203 | 164 | 0 | 0.20 | 0.36 | 0 | 25.71 | 1 | 0.82 |
Hex | FF | CB | A4 | 0 | 14 | 24 | 0 | 1A | 64 | 52 |
Octal | 377 | 313 | 244 | 0 | 24 | 44 | 0 | 32 | 144 | 122 |
Binary | 11111111 | 11001011 | 10100100 | 0 | 10100 | 100100 | 0 | 11010 | 1100100 | 1010010 |
Color Harmonies of #FFCBA4
Complementary color
Monochromatic Colors of #FFCBA4
Black with #FFCBA4
Text Example
Text Example
White with #FFCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBA4; }
p { color: rgb(255,203,164); }
H1.HeaderClassName
{
color: #FFCBA4;
}
.AnyTagClassName
{
color: #FFCBA4;
}
</style>
background-color css
<style>
a { background-color: #FFCBA4; }
a { background-color: rgb(255,203,164); }
div.DivClassName
{
background-color: #FFCBA4;
}
.BgClassName
{
background-color: #FFCBA4;
}
</style>
border-color css
<style>
span { border-color: #FFCBA4; }
span { border-color: rgb(255,203,164); }
td.TdClassName
{
border-color: #FFCBA4;
}
.TagClassName
{
border-color: #FFCBA4;
}
</style>