#FFCBA6

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

Shades of Peach #FFCBA6

Tints of Peach #FFCBA6

Color information

#FFCBA6 (or 0xFFCBA6) is unknown color: approx Peach. HEX triplet: FF, CB and A6. RGB value is (255,203,166). Sum of RGB (Red+Green+Blue) = 255+203+166=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 166 (65.23% from 255 or 26.60% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBA6 is #003459. Grayscale: #D6D6D6. Windows color (decimal): -13402 or 10931199. OLE color: 10931199.

HSL color Cylindrical-coordinate representation of color #FFCBA6: hue angle of 24.94º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFCBA6 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB255203166-
CMYK00.200.350
HSL24.94º100%82.55%-
HSV(B)24.94º34.9%100%-
XYZ69.4866.7345.29-
YUV214.33100.73157.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 166 (65.23% from 255) = 26.60%
R=40.87%
G=32.53%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520316600.200.35024.9410082.55
HexFFCBA6014230196453
Octal37731324602443031144123
Binary11111111110010111010011001010010001101100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBA6; }

 p { color: rgb(255,203,166); }

 H1.HeaderClassName
 {
   color: #FFCBA6;
 }
 .AnyTagClassName
 {
   color: #FFCBA6;
 }
</style>
background-color css

<style>
 a { background-color: #FFCBA6; }

 a { background-color: rgb(255,203,166); }

 div.DivClassName
 {
   background-color: #FFCBA6;
 }
 .BgClassName
 {
   background-color: #FFCBA6;
 }
</style>
border-color css

<style>
 span { border-color: #FFCBA6; }

 span { border-color: rgb(255,203,166); }

 td.TdClassName
 {
   border-color: #FFCBA6;
 }
 .TagClassName
 {
   border-color: #FFCBA6;
 }
</style>