#FFCBA4

Color #FFCBA4 Peach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach #FFCBA4

Tints of Peach #FFCBA4

Color information

#FFCBA4 (or 0xFFCBA4) is unknown color: approx 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

RGB255203164-
CMYK00.200.360
HSL25.71º100%82.16%-
HSV(B)25.71º35.69%100%-
XYZ69.366.6544.33-
YUV214.199.73157.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 41.00%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 164 (64.45% from 255) = 26.37%
R=41.00%
G=32.64%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520316400.200.36025.7110082.16
HexFFCBA40142401a6452
Octal37731324402444032144122
Binary11111111110010111010010001010010010001101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>